Uses of Interface
org.eclipse.persistence.sessions.Session
Packages that use Session
Package
Description
-
Uses of Session in org.eclipse.persistence.descriptors
Methods in org.eclipse.persistence.descriptors with parameters of type SessionModifier and TypeMethodDescriptionabstract <T> Class<T> ClassExtractor.extractClassFromRow(DataRecord databaseRow, Session session) Extract/compute the class from the database row and return the class.<T> Class<T> MethodClassExtractor.extractClassFromRow(DataRecord row, Session session) INTERNAL Extract/compute the class from the database row and return the class.voidClassExtractor.initialize(ClassDescriptor descriptor, Session session) Allow for any initialization.voidMethodClassExtractor.initialize(ClassDescriptor descriptor, Session session) INTERNAL: Setup the default classExtractionMethod, or if one was specified by the user make sure it is valid. -
Uses of Session in org.eclipse.persistence.descriptors.copying
Methods in org.eclipse.persistence.descriptors.copying with parameters of type SessionModifier and TypeMethodDescriptionabstract ObjectAbstractCopyPolicy.buildClone(Object domainObject, Session session) CloneCopyPolicy.buildClone(Object domainObject, Session session) Clone through calling the clone method.CopyPolicy.buildClone(Object object, Session session) Return a shallow clone of the object for usage with object copying, or unit of work backup cloning.InstantiationCopyPolicy.buildClone(Object domainObject, Session session) PersistenceEntityCopyPolicy.buildClone(Object object, Session session) AbstractCopyPolicy.buildWorkingCopyClone(Object domainObject, Session session) By default use the buildClone.CloneCopyPolicy.buildWorkingCopyClone(Object domainObject, Session session) Clone through the workingCopyClone method, or if not specified the clone method.CopyPolicy.buildWorkingCopyClone(Object object, Session session) Return a shallow clone of the object for usage with the unit of work working copy.PersistenceEntityCopyPolicy.buildWorkingCopyClone(Object object, Session session) voidAbstractCopyPolicy.initialize(Session session) Do nothing by default.voidCloneCopyPolicy.initialize(Session session) Validate and build the methods.voidCopyPolicy.initialize(Session session) Allow for any initialization or validation required. -
Uses of Session in org.eclipse.persistence.dynamic
Methods in org.eclipse.persistence.dynamic with parameters of type SessionModifier and TypeMethodDescriptionvoidstatic DynamicClassLoaderLookup the DynamicConversionManager for the given session. -
Uses of Session in org.eclipse.persistence.eis
Methods in org.eclipse.persistence.eis with parameters of type SessionModifier and TypeMethodDescriptionEISConnectionSpec.connect(Properties properties, Session session) INTERNAL: Required for interface, but never used, for JDBC.EISLogin.connectToDatasource(Accessor accessor, Session session) Connect to the EIS adapter and return the Connection. -
Uses of Session in org.eclipse.persistence.internal.databaseaccess
Fields in org.eclipse.persistence.internal.databaseaccess declared as SessionMethods in org.eclipse.persistence.internal.databaseaccess that return SessionMethods in org.eclipse.persistence.internal.databaseaccess with parameters of type SessionModifier and TypeMethodDescriptionstatic ConnectionCustomizerConnectionCustomizer.createEmptyCustomizer(Session session) voidDatasourcePlatform.initIdentitySequences(Session session, String defaultIdentityGenerator) INTERNAL: Initialize platform specific identity sequences.voidPlatform.initIdentitySequences(Session session, String defaultIdentityGenerator) INTERNAL: Initialize platform specific identity sequences.voidDatasourcePlatform.removeIdentitySequences(Session session, String defaultIdentityGenerator, Set<String> tableNames) INTERNAL: Remove platform specific identity sequences for specified tables.voidPlatform.removeIdentitySequences(Session session, String defaultIdentityGenerator, Set<String> tableNames) INTERNAL: Remove platform specific identity sequences for specified tables.Constructors in org.eclipse.persistence.internal.databaseaccess with parameters of type SessionModifierConstructorDescriptionprotectedConnectionCustomizer(Accessor accessor, Session session) INTERNAL: Constructor accepts the accessor to which the customizer will be applied and the session that used for customization. -
Uses of Session in org.eclipse.persistence.internal.descriptors
Methods in org.eclipse.persistence.internal.descriptors with parameters of type Session -
Uses of Session in org.eclipse.persistence.internal.dynamic
Methods in org.eclipse.persistence.internal.dynamic that return SessionMethods in org.eclipse.persistence.internal.dynamic with parameters of type SessionModifier and TypeMethodDescriptionvoidDynamicEntityImpl._persistence_setSession(Session session) -
Uses of Session in org.eclipse.persistence.internal.expressions
Methods in org.eclipse.persistence.internal.expressions with parameters of type SessionModifier and TypeMethodDescriptionExpressionOperatorConverter.convertDataValueToObjectValue(Object fieldValue, Session session) INTERNAL: Returns the corresponding attribute value for the specified field value.ExpressionOperatorConverter.convertObjectValueToDataValue(Object attributeValue, Session session) INTERNAL: Convert to the data value. -
Uses of Session in org.eclipse.persistence.internal.helper
Fields in org.eclipse.persistence.internal.helper with type parameters of type SessionConstructors in org.eclipse.persistence.internal.helper with parameters of type Session -
Uses of Session in org.eclipse.persistence.internal.history
Classes in org.eclipse.persistence.internal.history that implement SessionModifier and TypeClassDescriptionclassINTERNAL: Purpose: Allows the reading of objects as of a past time.Methods in org.eclipse.persistence.internal.history that return SessionModifier and TypeMethodDescriptionHistoricalSession.acquireHistoricalSession(AsOfClause clause) INTERNAL: Acquires a special historical session for reading objects as of a past time. -
Uses of Session in org.eclipse.persistence.internal.jaxb
Fields in org.eclipse.persistence.internal.jaxb with type parameters of type SessionModifier and TypeFieldDescriptionprotected CoreConverter<DatabaseMapping, Session> XMLJavaTypeConverter.nestedConverterMethods in org.eclipse.persistence.internal.jaxb that return types with arguments of type SessionModifier and TypeMethodDescriptionXMLJavaTypeConverter.getNestedConverter()Get the nested converter to that is used in conjunction with the adapter.Methods in org.eclipse.persistence.internal.jaxb with parameters of type SessionModifier and TypeMethodDescriptionDefaultElementConverter.convertDataValueToObjectValue(Object dataValue, Session session) DefaultElementConverter.convertDataValueToObjectValue(Object dataValue, Session session, XMLUnmarshaller unmarshaller) DomHandlerConverter.convertDataValueToObjectValue(Object dataValue, Session session) DomHandlerConverter.convertDataValueToObjectValue(Object dataValue, Session session, XMLUnmarshaller unmarshaller) JAXBElementConverter.convertDataValueToObjectValue(Object dataValue, Session session) JAXBElementConverter.convertDataValueToObjectValue(Object dataValue, Session session, XMLUnmarshaller unmarshaller) JAXBElementRootConverter.convertDataValueToObjectValue(Object dataValue, Session session) JAXBElementRootConverter.convertDataValueToObjectValue(Object dataValue, Session session, XMLUnmarshaller unmarshaller) XMLJavaTypeConverter.convertDataValueToObjectValue(Object dataValue, Session session, XMLUnmarshaller unmarshaller) Wraps the XmlAdapter unmarshal method.DefaultElementConverter.convertObjectValueToDataValue(Object objectValue, Session session) DefaultElementConverter.convertObjectValueToDataValue(Object objectValue, Session session, XMLMarshaller marshaller) DomHandlerConverter.convertObjectValueToDataValue(Object objectValue, Session session) DomHandlerConverter.convertObjectValueToDataValue(Object objectValue, Session session, XMLMarshaller marshaller) JAXBElementConverter.convertObjectValueToDataValue(Object objectValue, Session session) JAXBElementConverter.convertObjectValueToDataValue(Object objectValue, Session session, XMLMarshaller marshaller) JAXBElementRootConverter.convertObjectValueToDataValue(Object objectValue, Session session) JAXBElementRootConverter.convertObjectValueToDataValue(Object objectValue, Session session, XMLMarshaller marshaller) XMLJavaTypeConverter.convertObjectValueToDataValue(Object objectValue, Session session, XMLMarshaller marshaller) Wraps the XmlAdapter marshal method.voidDefaultElementConverter.initialize(DatabaseMapping mapping, Session session) voidDomHandlerConverter.initialize(DatabaseMapping mapping, Session session) voidJAXBElementConverter.initialize(DatabaseMapping mapping, Session session) voidJAXBElementRootConverter.initialize(DatabaseMapping mapping, Session session) voidXMLJavaTypeConverter.initialize(DatabaseMapping mapping, Session session) Figure out the BoundType and ValueType for the XmlAdapter class, then either create an instance of the XmlAdapter, or if an instance is set on the marshaller, use it.Method parameters in org.eclipse.persistence.internal.jaxb with type arguments of type SessionModifier and TypeMethodDescriptionvoidXMLJavaTypeConverter.setNestedConverter(CoreConverter<DatabaseMapping, Session> nestedConverter) Set a nested converter to be used in conjunction with the adapter. -
Uses of Session in org.eclipse.persistence.internal.jpa
Methods in org.eclipse.persistence.internal.jpa that return SessionModifier and TypeMethodDescriptionEntityManagerImpl.getActiveSession()This method returns the current session to the requestor.protected SessionQueryImpl.getActiveSession()EntityManagerImpl.getReadOnlySession()Return a read-only session (client session) for read-only operations.protected SessionCacheImpl.getSession()INTERNAL: Return the Session associated with the EntityManagerFactory.EntityManagerImpl.getSession()This method will return a Session outside of a transaction and null within a transaction.Methods in org.eclipse.persistence.internal.jpa with parameters of type SessionModifier and TypeMethodDescriptionJPAQuery.processJPQLQuery(Session session) INTERNAL: Convert the JPA query into a DatabaseQuery.JPAQuery.processSQLQuery(Session session) INTERNAL: Convert the SQL string into a DatabaseQuery.JPAQuery.processStoredProcedureQuery(Session session) INTERNAL: Convert the StoredProc call into a DatabaseQuery. -
Uses of Session in org.eclipse.persistence.internal.jpa.metadata.xml
Methods in org.eclipse.persistence.internal.jpa.metadata.xml with parameters of type SessionModifier and TypeMethodDescriptionEmptyElementConverter.convertDataValueToObjectValue(Object dataValue, Session session) EmptyElementConverter.convertObjectValueToDataValue(Object objectValue, Session session) voidEmptyElementConverter.initialize(DatabaseMapping mapping, Session session) -
Uses of Session in org.eclipse.persistence.internal.jpa.weaving
Fields in org.eclipse.persistence.internal.jpa.weaving declared as SessionMethods in org.eclipse.persistence.internal.jpa.weaving with parameters of type SessionModifier and TypeMethodDescriptionstatic PersistenceWeaverTransformerFactory.createTransformerAndModifyProject(Session session, Collection<MetadataClass> entityClasses, ClassLoader classLoader, boolean weaveLazy, boolean weaveChangeTracking, boolean weaveFetchGroups, boolean weaveInternal, boolean weaveRest, boolean weaveMappedSuperClass) Constructors in org.eclipse.persistence.internal.jpa.weaving with parameters of type SessionModifierConstructorDescriptionTransformerFactory(Session session, Collection<MetadataClass> entityClasses, ClassLoader classLoader, boolean weaveLazy, boolean weaveChangeTracking, boolean weaveFetchGroups, boolean weaveInternal, boolean weaveRest, boolean weaveMappedSuperClass) -
Uses of Session in org.eclipse.persistence.internal.sessions
Classes in org.eclipse.persistence.internal.sessions that implement SessionModifier and TypeClassDescriptionclassImplementation of org.eclipse.persistence.sessions.Session The public interface should be used.classImplementation of org.eclipse.persistence.sessions.DatabaseSession The public interface should be used.classclassProvides isolation support by allowing a client session to have a local cache of the subset of the classes.classclassImplementation of org.eclipse.persistence.sessions.UnitOfWork The public interface should be used.Fields in org.eclipse.persistence.internal.sessions declared as SessionMethods in org.eclipse.persistence.internal.sessions that return SessionModifier and TypeMethodDescriptionAbstractSession.acquireHistoricalSession(AsOfClause clause) INTERNAL: Constructs a HistoricalSession given a valid AsOfClause.UnitOfWorkImpl.acquireHistoricalSession(AsOfClause clause) INTERNAL: Acquires a special historical session for reading objects as of a past time.AbstractSession.getActiveSession()PUBLIC: Return the active session for the current active external (JTS) transaction.Methods in org.eclipse.persistence.internal.sessions with parameters of type SessionModifier and TypeMethodDescriptionClass<?> ObjectChangeSet.getClassType(Session session) ADVANCE: This method returns the class type that this changeSet Represents.Constructors in org.eclipse.persistence.internal.sessions with parameters of type Session -
Uses of Session in org.eclipse.persistence.internal.sessions.factories
Classes in org.eclipse.persistence.internal.sessions.factories that implement SessionFields in org.eclipse.persistence.internal.sessions.factories with type parameters of type SessionMethods in org.eclipse.persistence.internal.sessions.factories that return types with arguments of type SessionModifier and TypeMethodDescriptionSessionsFactory.buildSessionConfigs(SessionConfigs eclipseLinkSessions, ClassLoader classLoader) INTERNAL: To build EclipseLink sessions, users must call this method with a SessionConfigs object returned from an OX read in theXMLSessionConfigLoader. -
Uses of Session in org.eclipse.persistence.internal.sessions.remote
Classes in org.eclipse.persistence.internal.sessions.remote that implement SessionModifier and TypeClassDescriptionclassCounter part of the unit of work which exists on the client side.Methods in org.eclipse.persistence.internal.sessions.remote that return SessionModifier and TypeMethodDescriptionabstract SessionRemoteConnection.createRemoteSession()Returns remote client session. -
Uses of Session in org.eclipse.persistence.internal.xr
Fields in org.eclipse.persistence.internal.xr declared as SessionModifier and TypeFieldDescriptionprotected SessionXRServiceAdapter.orSessionprotected SessionXRServiceAdapter.oxSessionMethods in org.eclipse.persistence.internal.xr that return SessionModifier and TypeMethodDescriptionXRServiceAdapter.getORSession()XRServiceAdapter.getOXSession()Methods in org.eclipse.persistence.internal.xr with parameters of type SessionModifier and TypeMethodDescriptionQNameTransformer.buildAttributeValue(DataRecord dataRecord, Object object, Session session) QNameTransformer.buildFieldValue(Object instance, String fieldName, Session session) voidXRServiceFactory.customizeSession(Session orSession, Session oxSession) protected ProjectXRServiceFactory.loadOXMetadata(ClassLoader xrdecl, Session session) INTERNAL: Create a Project using OXM metadata.voidXRServiceAdapter.setORSession(Session orSession) voidXRServiceAdapter.setOXSession(Session oxSession) -
Uses of Session in org.eclipse.persistence.jaxb
Methods in org.eclipse.persistence.jaxb with parameters of type SessionModifier and TypeMethodDescriptionJAXBEnumTypeConverter.convertDataValueToObjectValue(Object fieldValue, Session session) JAXBTypesafeEnumConverter.convertDataValueToObjectValue(Object dataValue, Session session) INTERNAL: The fromString value on the enum class must be invoked with the field value specified as an argument.JAXBTypesafeEnumConverter.convertObjectValueToDataValue(Object objectValue, Session session) INTERNAL: Return the attribute value.voidJAXBEnumTypeConverter.initialize(DatabaseMapping mapping, Session session) INTERNAL:voidJAXBTypesafeEnumConverter.initialize(DatabaseMapping mapping, Session session) INTERNAL: Set the enum class. -
Uses of Session in org.eclipse.persistence.jpa
Methods in org.eclipse.persistence.jpa that return SessionModifier and TypeMethodDescriptionJpaEntityManager.getActiveSession()This method returns the current session to the requester.JpaEntityManager.getSession()This method will return a Session outside of a transaction and null within a transaction. -
Uses of Session in org.eclipse.persistence.jpa.rs
Methods in org.eclipse.persistence.jpa.rs with parameters of type SessionModifier and TypeMethodDescriptionprotected voidPersistenceContext.addDynamicXMLMetadataSources(List<Object> metadataSources, Session session) This method is used to help construct a JAXBContext from an existing EntityManagerFactory.protected JAXBContextPersistenceContext.createDynamicJAXBContext(Session session) Create a JAXBContext based on the EntityManagerFactory for this PersistenceContext.PersistenceContext.createJAXBProperties(Session session) Build the set of properties used to create the JAXBContext based on the EntityManagerFactory that this PersistenceContext wraps -
Uses of Session in org.eclipse.persistence.jpa.rs.eventlistener
Methods in org.eclipse.persistence.jpa.rs.eventlistener with parameters of type Session -
Uses of Session in org.eclipse.persistence.jpa.rs.features
Methods in org.eclipse.persistence.jpa.rs.features with parameters of type SessionModifier and TypeMethodDescriptionFeatureSet.getDynamicMetadataSource(Session session, String packageName) Builds a dynamicMetadataSourcefor given package.FeatureSetPreV2.getDynamicMetadataSource(Session session, String packageName) FeatureSetV2.getDynamicMetadataSource(Session session, String packageName) FeatureSet.getSessionEventListener(Session session) ReturnsSessionEventListenerrelated to this version.FeatureSetPreV2.getSessionEventListener(Session session) FeatureSetV2.getSessionEventListener(Session session) -
Uses of Session in org.eclipse.persistence.jpa.rs.util
Fields in org.eclipse.persistence.jpa.rs.util declared as SessionConstructors in org.eclipse.persistence.jpa.rs.util with parameters of type SessionModifierConstructorDescriptionPreLoginMappingAdapter(Session jpaSession) Instantiates a new pre login mapping adapter. -
Uses of Session in org.eclipse.persistence.jpa.rs.util.metadatasources
Constructors in org.eclipse.persistence.jpa.rs.util.metadatasources with parameters of type SessionModifierConstructorDescriptionDynamicXMLMetadataSource(Session session, String packageName) DynamicXmlV2MetadataSource(Session session, String packageName) Creates a new DynamicXmlV2MetadataSource. -
Uses of Session in org.eclipse.persistence.json
Methods in org.eclipse.persistence.json with parameters of type SessionModifier and TypeMethodDescriptionJsonTypeConverter.convertDataValueToObjectValue(Object jdbcValue, Session session) Converts String from JDBC VARCHAR parameter to JSON field value.JsonTypeConverter.convertObjectValueToDataValue(Object jsonValue, Session session) Converts JSON field value to String.voidJsonTypeConverter.initialize(DatabaseMapping mapping, Session session) Initialize mapping for JDBC data type. -
Uses of Session in org.eclipse.persistence.logging
Fields in org.eclipse.persistence.logging declared as SessionModifier and TypeFieldDescriptionprotected SessionAbstractSessionLog.sessionRepresents the session that owns this SessionLogMethods in org.eclipse.persistence.logging that return SessionModifier and TypeMethodDescriptionAbstractSessionLog.getSession()PUBLIC:SessionLog.getSession()PUBLIC: Get the session that owns this SessionLog.Methods in org.eclipse.persistence.logging with parameters of type SessionModifier and TypeMethodDescriptionprotected StringAbstractSessionLog.getSessionString(Session session) Return the current session including the type and id.voidAbstractSessionLog.setSession(Session session) PUBLIC:voidJavaLog.setSession(Session session) PUBLIC:voidSessionLog.setSession(Session session) PUBLIC: Set the session that owns this SessionLog. -
Uses of Session in org.eclipse.persistence.mappings
Methods in org.eclipse.persistence.mappings with parameters of type SessionModifier and TypeMethodDescriptionMultitenantPrimaryKeyMapping.getObjectValue(Object fieldValue, Session session) INTERNAL: -
Uses of Session in org.eclipse.persistence.mappings.converters
Methods in org.eclipse.persistence.mappings.converters with parameters of type SessionModifier and TypeMethodDescriptionClassInstanceConverter.convertDataValueToObjectValue(Object fieldValue, Session session) INTERNAL: Convert the class name to a class, then create an instance of the class.Converter.convertDataValueToObjectValue(Object dataValue, Session session) PUBLIC: Convert the databases' data representation of the value to the object's representation.ConverterClass.convertDataValueToObjectValue(Object dataValue, Session session) INTERNAL:EnumTypeConverter.convertDataValueToObjectValue(Object fieldValue, Session session) INTERNAL: Returns the corresponding attribute value for the specified field value.ObjectTypeConverter.convertDataValueToObjectValue(Object fieldValue, Session session) INTERNAL: Returns the corresponding attribute value for the specified field value.SerializedObjectConverter.convertDataValueToObjectValue(Object fieldValue, Session session) INTERNAL: The fieldValue will be a byte array.TypeConversionConverter.convertDataValueToObjectValue(Object fieldValue, Session session) INTERNAL: The field value must first be converted to the field type, then the attribute type.UUIDConverter.convertDataValueToObjectValue(Object jdbcValue, Session session) Converts String from JDBC VARCHAR parameter to UUID field value.ClassInstanceConverter.convertObjectValueToDataValue(Object attributeValue, Session session) INTERNAL: Convert to the field class.Converter.convertObjectValueToDataValue(Object objectValue, Session session) PUBLIC: Convert the object's representation of the value to the databases' data representation.ConverterClass.convertObjectValueToDataValue(Object objectValue, Session session) INTERNAL:EnumTypeConverter.convertObjectValueToDataValue(Object attributeValue, Session session) INTERNAL: Convert Enum object to the data value.ObjectTypeConverter.convertObjectValueToDataValue(Object attributeValue, Session session) INTERNAL: Convert to the data value.SerializedObjectConverter.convertObjectValueToDataValue(Object attributeValue, Session session) INTERNAL: Convert the object to a byte array through serialize.TypeConversionConverter.convertObjectValueToDataValue(Object attributeValue, Session session) INTERNAL: Convert to the field class.UUIDConverter.convertObjectValueToDataValue(Object uuidValue, Session session) Converts UUID field value to String.voidClassInstanceConverter.initialize(DatabaseMapping mapping, Session session) INTERNAL: Set the mapping.voidConverter.initialize(DatabaseMapping mapping, Session session) PUBLIC: Allow for any initialization.voidConverterClass.initialize(DatabaseMapping mapping, Session session) INTERNAL:voidObjectTypeConverter.initialize(DatabaseMapping mapping, Session session) INTERNAL: Set the mapping.voidSerializedObjectConverter.initialize(DatabaseMapping mapping, Session session) INTERNAL: Set the mapping.voidTypeConversionConverter.initialize(DatabaseMapping mapping, Session session) INTERNAL: Set the mapping.voidUUIDConverter.initialize(DatabaseMapping mapping, Session session) Initialize mapping for JDBC data type.voidObjectTypeConverter.initializeFieldClassification(Session session) INTERNAL: Set the field classification through searching the fields map. -
Uses of Session in org.eclipse.persistence.mappings.foundation
Methods in org.eclipse.persistence.mappings.foundation with parameters of type SessionModifier and TypeMethodDescriptionabstract ObjectAbstractColumnMapping.getObjectValue(Object fieldValue, Session session) INTERNAL: Allows for subclasses to convert the the attribute or property value.AbstractDirectMapping.getObjectValue(Object fieldValue, Session session) INTERNAL: Allows for subclasses to convert the attribute value.AbstractDirectMapping.getObjectValueWithoutClassCheck(Object fieldValue, Session session) INTERNAL: Same as getObjectValue method, but without checking fieldValue's class. -
Uses of Session in org.eclipse.persistence.mappings.transformers
Methods in org.eclipse.persistence.mappings.transformers with parameters of type SessionModifier and TypeMethodDescriptionAttributeTransformer.buildAttributeValue(DataRecord dataRecord, Object object, Session session) AttributeTransformerAdapter.buildAttributeValue(DataRecord dataRecord, Object object, Session session) MethodBasedAttributeTransformer.buildAttributeValue(DataRecord dataRecord, Object object, Session session) INTERNAL: Build the attribute value by invoking the user's transformation method.ConstantTransformer.buildFieldValue(Object object, String fieldName, Session session) INTERNAL: Always return the constant value.FieldTransformer.buildFieldValue(Object instance, String fieldName, Session session) FieldTransformerAdapter.buildFieldValue(Object object, String fieldName, Session session) MethodBasedFieldTransformer.buildFieldValue(Object object, String fieldName, Session session) -
Uses of Session in org.eclipse.persistence.mappings.xdb
Methods in org.eclipse.persistence.mappings.xdb with parameters of type SessionModifier and TypeMethodDescriptionDirectToXMLTypeMapping.getObjectValue(Object fieldValue, Session session) INTERNAL: Get the attribute value for the given field value. -
Uses of Session in org.eclipse.persistence.oxm.mappings
Methods in org.eclipse.persistence.oxm.mappings with parameters of type SessionModifier and TypeMethodDescriptionXMLAnyCollectionMapping.convertDataValueToObjectValue(Object fieldValue, Session session, XMLUnmarshaller unmarshaller) INTERNALXMLAnyObjectMapping.convertDataValueToObjectValue(Object fieldValue, Session session, XMLUnmarshaller unmarshaller) INTERNALXMLChoiceCollectionMapping.convertDataValueToObjectValue(Object fieldValue, Session session, XMLUnmarshaller unmarshaller) INTERNALXMLChoiceObjectMapping.convertDataValueToObjectValue(Object fieldValue, Session session, XMLUnmarshaller unmarshaller) INTERNALXMLCompositeCollectionMapping.convertDataValueToObjectValue(Object value, Session session, XMLUnmarshaller unmarshaller) INTERNALXMLCompositeDirectCollectionMapping.convertDataValueToObjectValue(Object value, Session session, XMLUnmarshaller unmarshaller) INTERNALXMLCompositeObjectMapping.convertDataValueToObjectValue(Object fieldValue, Session session, XMLUnmarshaller unmarshaller) INTERNALXMLDirectMapping.convertDataValueToObjectValue(Object fieldValue, Session session, XMLUnmarshaller unmarshaller) INTERNALXMLAnyCollectionMapping.convertObjectValueToDataValue(Object value, Session session, XMLMarshaller marshaller) INTERNALXMLAnyObjectMapping.convertObjectValueToDataValue(Object value, Session session, XMLMarshaller marshaller) INTERNALXMLChoiceCollectionMapping.convertObjectValueToDataValue(Object value, Session session, XMLMarshaller marshaller) INTERNALXMLChoiceObjectMapping.convertObjectValueToDataValue(Object value, Session session, XMLMarshaller marshaller) INTERNALXMLCompositeCollectionMapping.convertObjectValueToDataValue(Object value, Session session, XMLMarshaller marshaller) INTERNALXMLCompositeDirectCollectionMapping.convertObjectValueToDataValue(Object value, Session session, XMLMarshaller marshaller) INTERNALXMLCompositeObjectMapping.convertObjectValueToDataValue(Object value, Session session, XMLMarshaller marshaller) INTERNALXMLDirectMapping.convertObjectValueToDataValue(Object value, Session session, XMLMarshaller marshaller) INTERNAL -
Uses of Session in org.eclipse.persistence.oxm.mappings.converters
Methods in org.eclipse.persistence.oxm.mappings.converters with parameters of type SessionModifier and TypeMethodDescriptionXMLConverter.convertDataValueToObjectValue(Object dataValue, Session session, XMLUnmarshaller unmarshaller) XMLConverterAdapter.convertDataValueToObjectValue(Object dataValue, Session session) XMLListConverter.convertDataValueToObjectValue(Object dataValue, Session session) XMLRootConverter.convertDataValueToObjectValue(Object dataValue, Session session) XMLRootConverter.convertDataValueToObjectValue(Object dataValue, Session session, XMLUnmarshaller unmarshaller) XMLConverter.convertObjectValueToDataValue(Object objectValue, Session session, XMLMarshaller marshaller) XMLConverterAdapter.convertObjectValueToDataValue(Object objectValue, Session session) XMLListConverter.convertObjectValueToDataValue(Object objectValue, Session session) XMLRootConverter.convertObjectValueToDataValue(Object objectValue, Session session) XMLRootConverter.convertObjectValueToDataValue(Object objectValue, Session session, XMLMarshaller marshaller) voidXMLListConverter.initialize(DatabaseMapping mapping, Session session) voidXMLRootConverter.initialize(DatabaseMapping mapping, Session session) -
Uses of Session in org.eclipse.persistence.platform.database.events
Methods in org.eclipse.persistence.platform.database.events with parameters of type Session -
Uses of Session in org.eclipse.persistence.platform.database.oracle
Methods in org.eclipse.persistence.platform.database.oracle with parameters of type SessionModifier and TypeMethodDescriptionOracleOCIProxyConnector.connect(Properties properties, Session session) INTERNAL: In case "proxytype" property is specified connects using proxy connection, otherwise calls its superclass.voidOracle12Platform.initIdentitySequences(Session session, String defaultIdentityGenerator) INTERNAL: Initialize platform specific identity sequences.voidOracle12Platform.removeIdentitySequences(Session session, String defaultIdentityGenerator, Set<String> tableNames) INTERNAL: Remove platform specific identity sequence for specified table.Constructors in org.eclipse.persistence.platform.database.oracle with parameters of type SessionModifierConstructorDescriptionOracleJDBC_10_1_0_2ProxyConnectionCustomizer(Accessor accessor, Session session) INTERNAL: Should be instantiated only if session.getProperty(PersistenceUnitProperties.ORACLE_PROXY_TYPE) != null. -
Uses of Session in org.eclipse.persistence.platform.database.oracle.dcn
Methods in org.eclipse.persistence.platform.database.oracle.dcn with parameters of type Session -
Uses of Session in org.eclipse.persistence.platform.database.oracle.ucp
Methods in org.eclipse.persistence.platform.database.oracle.ucp with parameters of type SessionModifier and TypeMethodDescriptionvoidGridLinkDataPartitioningCallback.register(DataSource datSource, Session session) Registration only occurs once in WLS (against all data sources), so must be static registered.static voidRegister with WLS through reflection.voidUCPDataPartitioningCallback.register(DataSource datSource, Session session) -
Uses of Session in org.eclipse.persistence.platform.database.partitioning
Methods in org.eclipse.persistence.platform.database.partitioning with parameters of type SessionModifier and TypeMethodDescriptionvoidDataPartitioningCallback.register(DataSource dataSoruce, Session session) -
Uses of Session in org.eclipse.persistence.platform.server
Methods in org.eclipse.persistence.platform.server with parameters of type SessionModifier and TypeMethodDescriptionvoidServerPlatformBase.configureProfiler(Session session) INTERNAL: configureProfiler(): set default performance profiler used in this server. -
Uses of Session in org.eclipse.persistence.queries
Methods in org.eclipse.persistence.queries that return SessionModifier and TypeMethodDescriptionFetchGroupTracker._persistence_getSession()Return the session for the object.Methods in org.eclipse.persistence.queries with parameters of type SessionModifier and TypeMethodDescriptionvoidFetchGroupTracker._persistence_setSession(Session session) Set true if the fetch group attributes should be refreshedstatic ObjectQueryRedirectorHelper.checkEclipseLinkCache(DatabaseQuery query, DataRecord dataRecord, Session session) This method will cause EclipseLink to check the EclipseLink cache for the object.DatabaseQuery.getTranslatedSQLString(Session session, DataRecord translationRow) ADVANCED: This can be used to access a queries translated SQL if they have been prepared, (i.e.DatabaseQuery.getTranslatedSQLStrings(Session session, DataRecord translationRow) ADVANCED: This can be used to access a queries translated SQL if they have been prepared, (i.e.MethodBaseQueryRedirector.invokeQuery(DatabaseQuery query, DataRecord arguments, Session session) INTERNAL: Call the static method to execute the query.QueryRedirector.invokeQuery(DatabaseQuery query, DataRecord arguments, Session session) REQUIRED: Perform the query.booleanObjectLevelReadQuery.isLockQuery(Session session) ADVANCED: Answers if this query will issue any pessimistic locks.voidDatabaseQuery.prepareCall(Session session, DataRecord translationRow) ADVANCED: Pre-generate the call/SQL for the query.ReportQueryResult.readObject(Class<?> javaClass, Session session) PUBLIC: If the PKs were retrieved with the attributes then this method can be used to read the real object from the database. -
Uses of Session in org.eclipse.persistence.sdo.helper
Methods in org.eclipse.persistence.sdo.helper with parameters of type SessionModifier and TypeMethodDescriptionInstanceClassConverter.convertDataValueToObjectValue(Object dataValue, Session session) Convert the value from XML as required during unmarshalInstanceClassConverter.convertObjectValueToDataValue(Object objectValue, Session session) Convert the value as required during marshal.voidInstanceClassConverter.initialize(DatabaseMapping mapping, Session session) -
Uses of Session in org.eclipse.persistence.sdo.helper.metadata
Methods in org.eclipse.persistence.sdo.helper.metadata with parameters of type SessionModifier and TypeMethodDescriptionQNameTransformer.buildAttributeValue(DataRecord dataRecord, Object object, Session session) NamespaceURITransformer.buildFieldValue(Object instance, String fieldName, Session session) QNameTransformer.buildFieldValue(Object instance, String fieldName, Session session) TypeStringConverter.convertDataValueToObjectValue(Object value, Session session) TypeStringConverter.convertDataValueToObjectValue(Object value, Session session, XMLUnmarshaller unmarshaller) TypeStringConverter.convertObjectValueToDataValue(Object object, Session session) TypeStringConverter.convertObjectValueToDataValue(Object object, Session session, XMLMarshaller marshaller) voidTypeStringConverter.initialize(DatabaseMapping mapping, Session session) -
Uses of Session in org.eclipse.persistence.services
Fields in org.eclipse.persistence.services declared as SessionModifier and TypeFieldDescriptionprotected SessionDevelopmentServices.sessionstores access to the session object that we are controllingprotected SessionRuntimeServices.sessionstores access to the session object that we are controllingConstructors in org.eclipse.persistence.services with parameters of type SessionModifierConstructorDescriptionDevelopmentServices(Session session) ConstructorprotectedRuntimeServices(Session session) Constructor -
Uses of Session in org.eclipse.persistence.services.glassfish
Constructors in org.eclipse.persistence.services.glassfish with parameters of type Session -
Uses of Session in org.eclipse.persistence.services.jboss
Constructors in org.eclipse.persistence.services.jboss with parameters of type Session -
Uses of Session in org.eclipse.persistence.services.mbean
Constructors in org.eclipse.persistence.services.mbean with parameters of type SessionModifierConstructorDescriptionMBeanDevelopmentServices(Session session) MBeanRuntimeServices(Session session) -
Uses of Session in org.eclipse.persistence.services.weblogic
Constructors in org.eclipse.persistence.services.weblogic with parameters of type Session -
Uses of Session in org.eclipse.persistence.services.websphere
Constructors in org.eclipse.persistence.services.websphere with parameters of type Session -
Uses of Session in org.eclipse.persistence.services.wildfly
Constructors in org.eclipse.persistence.services.wildfly with parameters of type Session -
Uses of Session in org.eclipse.persistence.sessions
Subinterfaces of Session in org.eclipse.persistence.sessionsModifier and TypeInterfaceDescriptioninterfacePurpose: Add login and configuration API to that of Session.interfacePurpose: To allow object level transactions.Fields in org.eclipse.persistence.sessions declared as SessionModifier and TypeFieldDescriptionprotected SessionSessionEvent.sessionThe session or unit of work raising the event.protected SessionSessionEventManager.sessionMethods in org.eclipse.persistence.sessions that return SessionModifier and TypeMethodDescriptionSession.acquireHistoricalSession(AsOfClause pastTime) ADVANCED: Returns a light weight read-only session where all objects are automatically read as of the specified past time.Session.getActiveSession()PUBLIC: Return the active session for the current active external (JTS) transaction.SessionEvent.getSession()PUBLIC: The session in which the event is raised.SessionEventManager.getSession()INTERNAL: Get the session for this session event managerMethods in org.eclipse.persistence.sessions with parameters of type SessionModifier and TypeMethodDescriptionINTERNAL: Clone the event manager for the new session.Connector.connect(Properties properties, Session session) INTERNAL: Connect with the specified properties and return theConnection.DefaultConnector.connect(Properties properties, Session session) INTERNAL: Connect with the specified properties and session.JNDIConnector.connect(Properties properties, Session session) INTERNAL: Connect with the specified properties and return the Connection.DatasourceLogin.connectToDatasource(Accessor accessor, Session session) INTERNAL: Connect to the datasource, and return the driver level connection object.Login.connectToDatasource(Accessor accessor, Session session) INTERNAL: Connect to the datasource, and return the driver level connection object.voidprotected voidDefaultConnector.loadDriverClass(Session session) INTERNAL: Ensure that the driver has been loaded and registered with the DriverManager.voidINTERNAL: post login to the session.voidSessionEventManager.postLogout(Session session) INTERNAL: post logout to the session.voidINTERNAL: Pre login to the session.voidINTERNAL: Pre logout to the session.voidSessionEvent.setSession(Session session) INTERNAL: The session in which the event is raised.voidSessionEventManager.setSession(Session session) INTERNAL: Set the session for this session event managervoidSessionProfiler.setSession(Session session) INTERNAL: Set the session.voidSessionProfilerAdapter.setSession(Session session) INTERNAL: Set the session.booleanDefaultConnector.shouldUseDriverManager(Properties properties, Session session) INTERNAL: Indicates whether DriverManager should be used.booleanDirectConnector.shouldUseDriverManager(Properties properties, Session session) INTERNAL: Indicates whether DriverManager should be used.Constructors in org.eclipse.persistence.sessions with parameters of type SessionModifierConstructorDescriptionSessionEvent(int eventCode, Session session) INTERNAL: Create the event.SessionEventManager(Session session) PUBLIC: Create a new session event manager for a session -
Uses of Session in org.eclipse.persistence.sessions.broker
Classes in org.eclipse.persistence.sessions.broker that implement SessionModifier and TypeClassDescriptionclassPurpose: Provide a single view to a TopLink session that transparently accesses multple databases.Methods in org.eclipse.persistence.sessions.broker that return SessionModifier and TypeMethodDescriptionSessionBroker.acquireHistoricalSession(AsOfClause clause) INTERNAL: Acquires a special historical session for reading objects as of a past time.Methods in org.eclipse.persistence.sessions.broker with parameters of type SessionModifier and TypeMethodDescriptionvoidSessionBroker.registerSession(String name, Session session) PUBLIC: Register the session under its name. -
Uses of Session in org.eclipse.persistence.sessions.changesets
Methods in org.eclipse.persistence.sessions.changesets with parameters of type SessionModifier and TypeMethodDescriptionClass<?> ObjectChangeSet.getClassType(Session session) ADVANCE: This method returns the class type that this changeSet Represents. -
Uses of Session in org.eclipse.persistence.sessions.factories
Fields in org.eclipse.persistence.sessions.factories with type parameters of type SessionMethods in org.eclipse.persistence.sessions.factories that return SessionModifier and TypeMethodDescriptionSessionFactory.acquireSession()Returns the Session active for this specified helper.SessionManager.getDefaultSession()PUBLIC: Return the default session.Methods in org.eclipse.persistence.sessions.factories that return types with arguments of type SessionModifier and TypeMethodDescriptionSessionManager.getSessions()INTERNAL: Return a hashtable on all sessions.Methods in org.eclipse.persistence.sessions.factories with parameters of type SessionModifier and TypeMethodDescriptionSessionFactory.acquireUnitOfWork(Session session) Looks up the active UnitOfWork using either the global JTA TX or acquires a new one from the active session.voidSessionManager.addSession(String sessionName, Session session) ADVANCED: add an named session to the hashtable.voidSessionManager.addSession(Session session) INTERNAL: Add an named session to the hashtable.voidSessionManager.setDefaultSession(Session defaultSession) PUBLIC: Set the default session.Method parameters in org.eclipse.persistence.sessions.factories with type arguments of type SessionModifier and TypeMethodDescriptionvoidSessionManager.setSessions(ConcurrentMap<String, Session> sessions) INTERNAL: Set a hashtable of all sessions -
Uses of Session in org.eclipse.persistence.sessions.remote
Classes in org.eclipse.persistence.sessions.remote that implement SessionModifier and TypeClassDescriptionclassPurpose: Super class to all remote client session's.classPurpose: Provide transparent remote three-tiered replacation support.Methods in org.eclipse.persistence.sessions.remote that return SessionModifier and TypeMethodDescriptionRemoteSession.acquireHistoricalSession(AsOfClause clause) INTERNAL: Acquires a special historical session for reading objects as of a past time. -
Uses of Session in org.eclipse.persistence.sessions.remote.corba.sun
Methods in org.eclipse.persistence.sessions.remote.corba.sun that return SessionModifier and TypeMethodDescriptionCORBAConnection.createRemoteSession()PUBLIC: Returns a remote session.Constructors in org.eclipse.persistence.sessions.remote.corba.sun with parameters of type Session -
Uses of Session in org.eclipse.persistence.sessions.remote.rmi
Fields in org.eclipse.persistence.sessions.remote.rmi declared as SessionMethods in org.eclipse.persistence.sessions.remote.rmi that return SessionModifier and TypeMethodDescriptionRMIConnection.createRemoteSession()PUBLIC: Returns a remote session.protected SessionRMIServerSessionManagerDispatcher.getSession()Methods in org.eclipse.persistence.sessions.remote.rmi with parameters of type SessionModifier and TypeMethodDescriptionprotected voidRMIServerSessionManagerDispatcher.setSession(Session session) Constructors in org.eclipse.persistence.sessions.remote.rmi with parameters of type Session -
Uses of Session in org.eclipse.persistence.sessions.remote.rmi.iiop
Methods in org.eclipse.persistence.sessions.remote.rmi.iiop that return SessionModifier and TypeMethodDescriptionRMIConnection.createRemoteSession()PUBLIC: Returns a remote session.Constructors in org.eclipse.persistence.sessions.remote.rmi.iiop with parameters of type Session -
Uses of Session in org.eclipse.persistence.sessions.serializers
Methods in org.eclipse.persistence.sessions.serializers with parameters of type SessionModifier and TypeMethodDescriptionJavaSerializer.deserialize(Object bytes, Session session) JSONSerializer.deserialize(Object json, Session session) Serializer.deserialize(Object bytes, Session session) XMLSerializer.deserialize(Object xml, Session session) voidAbstractSerializer.initialize(Class<?> serializeClass, String serializePackage, Session session) voidSerializer.initialize(Class<?> serializeClass, String serializePackage, Session session) voidXMLSerializer.initialize(Class<?> serializeClass, String serializePackage, Session session) -
Uses of Session in org.eclipse.persistence.sessions.serializers.kryo
Methods in org.eclipse.persistence.sessions.serializers.kryo with parameters of type Session -
Uses of Session in org.eclipse.persistence.sessions.server
Subinterfaces of Session in org.eclipse.persistence.sessions.serverModifier and TypeInterfaceDescriptioninterfacePurpose: A single session that supports multiple user/clients connection at the same time.Classes in org.eclipse.persistence.sessions.server that implement SessionModifier and TypeClassDescriptionclassPurpose: Acts as a client to the server session.classImplementation of Server INTERNAL: The public interface should be used.Methods in org.eclipse.persistence.sessions.server that return SessionModifier and TypeMethodDescriptionServerSession.acquireHistoricalSession(AsOfClause clause) INTERNAL: Acquires a special historical session for reading objects as of a past time. -
Uses of Session in org.eclipse.persistence.tools.profiler
Methods in org.eclipse.persistence.tools.profiler with parameters of type SessionModifier and TypeMethodDescriptionvoidPerformanceMonitor.setSession(Session session) voidPerformanceProfiler.setSession(Session session) -
Uses of Session in org.eclipse.persistence.tools.profiler.oracle
Methods in org.eclipse.persistence.tools.profiler.oracle with parameters of type SessionConstructors in org.eclipse.persistence.tools.profiler.oracle with parameters of type SessionModifierConstructorDescriptionDMSPerformanceProfiler(Session session) PUBLIC: Create a new dms profiler. -
Uses of Session in org.eclipse.persistence.tools.schemaframework
Methods in org.eclipse.persistence.tools.schemaframework with parameters of type SessionModifier and TypeMethodDescriptionvoidPopulationManager.addAllObjectsForAbstractClass(Class<?> objectsClass, Session session, Vector<Object> allObjects) Add all of the objects of the class and all of its subclasses.protected StringTableCreator.getSequenceTableName(Session session) This returns the Sequence Table's qualified name, without delimiting. -
Uses of Session in org.eclipse.persistence.tools.tuning
Methods in org.eclipse.persistence.tools.tuning with parameters of type SessionModifier and TypeMethodDescriptionvoidSafeModeTuner.tuneDeploy(Session session) Allow any Session configuration to be tune after meta-data has been processed, but before connecting the session.voidSessionTuner.tuneDeploy(Session session) Allow any Session configuration to be tune after meta-data has been processed, but before connecting the session.voidStandardTuner.tuneDeploy(Session session) Allow any Session configuration to be tune after meta-data has been processed, but before connecting the session.voidSafeModeTuner.tunePostDeploy(Session session) Allow any Session configuration to be tune after deploying and connecting the session.voidSessionTuner.tunePostDeploy(Session session) Allow any Session configuration to be tune after deploying and connecting the session.voidStandardTuner.tunePostDeploy(Session session) Allow any Session configuration to be tune after deploying and connecting the session.