Uses of Interface
org.eclipse.persistence.sessions.Session
-
-
Uses of Session in org.eclipse.persistence.config
Methods in org.eclipse.persistence.config with parameters of type Session Modifier and Type Method Description voidSessionCustomizer. customize(Session session) -
Uses of Session in org.eclipse.persistence.descriptors
Methods in org.eclipse.persistence.descriptors with parameters of type Session Modifier and Type Method Description abstract <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 Session Modifier and Type Method Description abstract ObjectAbstractCopyPolicy. buildClone(Object domainObject, Session session)ObjectCloneCopyPolicy. buildClone(Object domainObject, Session session)Clone through calling the clone method.ObjectCopyPolicy. buildClone(Object object, Session session)Return a shallow clone of the object for usage with object copying, or unit of work backup cloning.ObjectInstantiationCopyPolicy. buildClone(Object domainObject, Session session)ObjectPersistenceEntityCopyPolicy. buildClone(Object object, Session session)ObjectAbstractCopyPolicy. buildWorkingCopyClone(Object domainObject, Session session)By default use the buildClone.ObjectCloneCopyPolicy. buildWorkingCopyClone(Object domainObject, Session session)Clone through the workingCopyClone method, or if not specified the clone method.ObjectCopyPolicy. buildWorkingCopyClone(Object object, Session session)Return a shallow clone of the object for usage with the unit of work working copy.ObjectPersistenceEntityCopyPolicy. 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 Session Modifier and Type Method Description voidDynamicHelper.SessionCustomizer. customize(Session session)static DynamicClassLoaderDynamicClassLoader. lookup(Session session)Lookup the DynamicConversionManager for the given session. -
Uses of Session in org.eclipse.persistence.eis
Methods in org.eclipse.persistence.eis with parameters of type Session Modifier and Type Method Description ConnectionEISConnectionSpec. connect(Properties properties, Session session)INTERNAL: Required for interface, but never used, for JDBC.ObjectEISLogin. 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 Session Modifier and Type Field Description protected SessionConnectionCustomizer. sessionMethods in org.eclipse.persistence.internal.databaseaccess that return Session Modifier and Type Method Description SessionConnectionCustomizer. getSession()INTERNAL:Methods in org.eclipse.persistence.internal.databaseaccess with parameters of type Session Modifier and Type Method Description static 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 Session Constructor Description ConnectionCustomizer(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 Modifier and Type Method Description ObjectMultitenantPrimaryKeyAccessor. getValue(Session session)The only API of value on this accessor is getValue. -
Uses of Session in org.eclipse.persistence.internal.dynamic
Methods in org.eclipse.persistence.internal.dynamic that return Session Modifier and Type Method Description SessionDynamicEntityImpl. _persistence_getSession()Methods in org.eclipse.persistence.internal.dynamic with parameters of type Session Modifier and Type Method Description voidDynamicEntityImpl. _persistence_setSession(Session session) -
Uses of Session in org.eclipse.persistence.internal.expressions
Methods in org.eclipse.persistence.internal.expressions with parameters of type Session Modifier and Type Method Description ObjectExpressionOperatorConverter. convertDataValueToObjectValue(Object fieldValue, Session session)INTERNAL: Returns the corresponding attribute value for the specified field value.ObjectExpressionOperatorConverter. 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 Session Modifier and Type Field Description static Class<Session>ClassConstants. SessionsSession_ClassConstructors in org.eclipse.persistence.internal.helper with parameters of type Session Constructor Description CustomObjectInputStream(InputStream stream, Session session) -
Uses of Session in org.eclipse.persistence.internal.sessions
Classes in org.eclipse.persistence.internal.sessions that implement Session Modifier and Type Class Description classAbstractSessionImplementation of org.eclipse.persistence.sessions.Session The public interface should be used.classDatabaseSessionImplImplementation of org.eclipse.persistence.sessions.DatabaseSession The public interface should be used.classExclusiveIsolatedClientSessionclassIsolatedClientSessionProvides isolation support by allowing a client session to have a local cache of the subset of the classes.classRepeatableWriteUnitOfWorkclassUnitOfWorkImplImplementation of org.eclipse.persistence.sessions.UnitOfWork The public interface should be used.Fields in org.eclipse.persistence.internal.sessions declared as Session Modifier and Type Field Description protected SessionSessionFinalizer. sessionMethods in org.eclipse.persistence.internal.sessions that return Session Modifier and Type Method Description SessionAbstractSession. acquireHistoricalSession(AsOfClause clause)INTERNAL: Constructs a HistoricalSession given a valid AsOfClause.SessionUnitOfWorkImpl. acquireHistoricalSession(AsOfClause clause)INTERNAL: Acquires a special historical session for reading objects as of a past time.SessionAbstractSession. getActiveSession()PUBLIC: Return the active session for the current active external (JTS) transaction.Methods in org.eclipse.persistence.internal.sessions with parameters of type Session Modifier and Type Method Description Class<?>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 Constructor Description SessionFinalizer(Session session) -
Uses of Session in org.eclipse.persistence.internal.sessions.factories
Classes in org.eclipse.persistence.internal.sessions.factories that implement Session Modifier and Type Class Description classSessionBrokerPlaceHolderINTERNAL:Fields in org.eclipse.persistence.internal.sessions.factories with type parameters of type Session Modifier and Type Field Description protected Map<String,Session>SessionsFactory. m_sessionsMethods in org.eclipse.persistence.internal.sessions.factories that return types with arguments of type Session Modifier and Type Method Description Map<String,Session>SessionsFactory. 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 Session Modifier and Type Class Description classRemoteUnitOfWorkCounter part of the unit of work which exists on the client side.Methods in org.eclipse.persistence.internal.sessions.remote that return Session Modifier and Type Method Description abstract SessionRemoteConnection. createRemoteSession()Returns remote client session. -
Uses of Session in org.eclipse.persistence.logging
Fields in org.eclipse.persistence.logging declared as Session Modifier and Type Field Description protected SessionAbstractSessionLog. sessionRepresents the session that owns this SessionLogMethods in org.eclipse.persistence.logging that return Session Modifier and Type Method Description SessionAbstractSessionLog. getSession()PUBLIC:SessionSessionLog. getSession()PUBLIC: Get the session that owns this SessionLog.Methods in org.eclipse.persistence.logging with parameters of type Session Modifier and Type Method Description protected 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 Session Modifier and Type Method Description ObjectMultitenantPrimaryKeyMapping. 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 Session Modifier and Type Method Description ObjectClassInstanceConverter. convertDataValueToObjectValue(Object fieldValue, Session session)INTERNAL: Convert the class name to a class, then create an instance of the class.ObjectConverter. convertDataValueToObjectValue(Object dataValue, Session session)PUBLIC: Convert the databases' data representation of the value to the object's representation.ObjectConverterClass. convertDataValueToObjectValue(Object dataValue, Session session)INTERNAL:ObjectEnumTypeConverter. convertDataValueToObjectValue(Object fieldValue, Session session)INTERNAL: Returns the corresponding attribute value for the specified field value.ObjectObjectTypeConverter. convertDataValueToObjectValue(Object fieldValue, Session session)INTERNAL: Returns the corresponding attribute value for the specified field value.ObjectSerializedObjectConverter. convertDataValueToObjectValue(Object fieldValue, Session session)INTERNAL: The fieldValue will be a byte array.ObjectTypeConversionConverter. convertDataValueToObjectValue(Object fieldValue, Session session)INTERNAL: The field value must first be converted to the field type, then the attribute type.ObjectUUIDConverter. convertDataValueToObjectValue(Object jdbcValue, Session session)Converts String from JDBC VARCHAR parameter to UUID field value.ObjectClassInstanceConverter. convertObjectValueToDataValue(Object attributeValue, Session session)INTERNAL: Convert to the field class.ObjectConverter. convertObjectValueToDataValue(Object objectValue, Session session)PUBLIC: Convert the object's representation of the value to the databases' data representation.ObjectConverterClass. convertObjectValueToDataValue(Object objectValue, Session session)INTERNAL:ObjectEnumTypeConverter. convertObjectValueToDataValue(Object attributeValue, Session session)INTERNAL: Convert Enum object to the data value.ObjectObjectTypeConverter. convertObjectValueToDataValue(Object attributeValue, Session session)INTERNAL: Convert to the data value.ObjectSerializedObjectConverter. convertObjectValueToDataValue(Object attributeValue, Session session)INTERNAL: Convert the object to a byte array through serialize.ObjectTypeConversionConverter. convertObjectValueToDataValue(Object attributeValue, Session session)INTERNAL: Convert to the field class.ObjectUUIDConverter. 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 Session Modifier and Type Method Description abstract ObjectAbstractColumnMapping. getObjectValue(Object fieldValue, Session session)INTERNAL: Allows for subclasses to convert the the attribute or property value.ObjectAbstractDirectMapping. getObjectValue(Object fieldValue, Session session)INTERNAL: Allows for subclasses to convert the attribute value.ObjectAbstractDirectMapping. 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 Session Modifier and Type Method Description ObjectAttributeTransformer. buildAttributeValue(DataRecord dataRecord, Object object, Session session)ObjectAttributeTransformerAdapter. buildAttributeValue(DataRecord dataRecord, Object object, Session session)ObjectMethodBasedAttributeTransformer. buildAttributeValue(DataRecord dataRecord, Object object, Session session)INTERNAL: Build the attribute value by invoking the user's transformation method.ObjectConstantTransformer. buildFieldValue(Object object, String fieldName, Session session)INTERNAL: Always return the constant value.ObjectFieldTransformer. buildFieldValue(Object instance, String fieldName, Session session)ObjectFieldTransformerAdapter. buildFieldValue(Object object, String fieldName, Session session)ObjectMethodBasedFieldTransformer. 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 Session Modifier and Type Method Description ObjectDirectToXMLTypeMapping. 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 Session Modifier and Type Method Description ObjectXMLAnyCollectionMapping. convertDataValueToObjectValue(Object fieldValue, Session session, XMLUnmarshaller unmarshaller)INTERNALObjectXMLAnyObjectMapping. convertDataValueToObjectValue(Object fieldValue, Session session, XMLUnmarshaller unmarshaller)INTERNALObjectXMLChoiceCollectionMapping. convertDataValueToObjectValue(Object fieldValue, Session session, XMLUnmarshaller unmarshaller)INTERNALObjectXMLChoiceObjectMapping. convertDataValueToObjectValue(Object fieldValue, Session session, XMLUnmarshaller unmarshaller)INTERNALObjectXMLCompositeCollectionMapping. convertDataValueToObjectValue(Object value, Session session, XMLUnmarshaller unmarshaller)INTERNALObjectXMLCompositeDirectCollectionMapping. convertDataValueToObjectValue(Object value, Session session, XMLUnmarshaller unmarshaller)INTERNALObjectXMLCompositeObjectMapping. convertDataValueToObjectValue(Object fieldValue, Session session, XMLUnmarshaller unmarshaller)INTERNALObjectXMLDirectMapping. convertDataValueToObjectValue(Object fieldValue, Session session, XMLUnmarshaller unmarshaller)INTERNALObjectXMLAnyCollectionMapping. convertObjectValueToDataValue(Object value, Session session, XMLMarshaller marshaller)INTERNALObjectXMLAnyObjectMapping. convertObjectValueToDataValue(Object value, Session session, XMLMarshaller marshaller)INTERNALObjectXMLChoiceCollectionMapping. convertObjectValueToDataValue(Object value, Session session, XMLMarshaller marshaller)INTERNALObjectXMLChoiceObjectMapping. convertObjectValueToDataValue(Object value, Session session, XMLMarshaller marshaller)INTERNALObjectXMLCompositeCollectionMapping. convertObjectValueToDataValue(Object value, Session session, XMLMarshaller marshaller)INTERNALObjectXMLCompositeDirectCollectionMapping. convertObjectValueToDataValue(Object value, Session session, XMLMarshaller marshaller)INTERNALObjectXMLCompositeObjectMapping. convertObjectValueToDataValue(Object value, Session session, XMLMarshaller marshaller)INTERNALObjectXMLDirectMapping. convertObjectValueToDataValue(Object value, Session session, XMLMarshaller marshaller)INTERNAL -
Uses of Session in org.eclipse.persistence.oxm.mappings.converters
-
Uses of Session in org.eclipse.persistence.platform.database.events
Methods in org.eclipse.persistence.platform.database.events with parameters of type Session Modifier and Type Method Description voidDatabaseEventListener. register(Session session)Register for database change events and invalidate the session's cache.voidDatabaseEventListener. remove(Session session)Remove registration from database change events. -
Uses of Session in org.eclipse.persistence.platform.database.partitioning
Methods in org.eclipse.persistence.platform.database.partitioning with parameters of type Session Modifier and Type Method Description voidDataPartitioningCallback. 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 Session Modifier and Type Method Description voidServerPlatformBase. 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 Session Modifier and Type Method Description SessionFetchGroupTracker. _persistence_getSession()Return the session for the object.Methods in org.eclipse.persistence.queries with parameters of type Session Modifier and Type Method Description voidFetchGroupTracker. _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.StringDatabaseQuery. getTranslatedSQLString(Session session, DataRecord translationRow)ADVANCED: This can be used to access a queries translated SQL if they have been prepared, (i.e.ListDatabaseQuery. getTranslatedSQLStrings(Session session, DataRecord translationRow)ADVANCED: This can be used to access a queries translated SQL if they have been prepared, (i.e.ObjectMethodBaseQueryRedirector. invokeQuery(DatabaseQuery query, DataRecord arguments, Session session)INTERNAL: Call the static method to execute the query.ObjectQueryRedirector. 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.ObjectReportQueryResult. 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.services
Fields in org.eclipse.persistence.services declared as Session Modifier and Type Field Description protected 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 Session Constructor Description DevelopmentServices(Session session)ConstructorRuntimeServices(Session session)Constructor -
Uses of Session in org.eclipse.persistence.services.glassfish
Constructors in org.eclipse.persistence.services.glassfish with parameters of type Session Constructor Description MBeanGlassfishRuntimeServices(Session session) -
Uses of Session in org.eclipse.persistence.services.jboss
Constructors in org.eclipse.persistence.services.jboss with parameters of type Session Constructor Description MBeanJBossRuntimeServices(Session session) -
Uses of Session in org.eclipse.persistence.services.mbean
Constructors in org.eclipse.persistence.services.mbean with parameters of type Session Constructor Description MBeanDevelopmentServices(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 Constructor Description MBeanWebLogicRuntimeServices(Session session) -
Uses of Session in org.eclipse.persistence.services.websphere
Constructors in org.eclipse.persistence.services.websphere with parameters of type Session Constructor Description MBeanWebSphereRuntimeServices(Session session) -
Uses of Session in org.eclipse.persistence.sessions
Subinterfaces of Session in org.eclipse.persistence.sessions Modifier and Type Interface Description interfaceDatabaseSessionPurpose: Add login and configuration API to that of Session.interfaceUnitOfWorkPurpose: To allow object level transactions.Fields in org.eclipse.persistence.sessions declared as Session Modifier and Type Field Description protected SessionSessionEvent. sessionThe session or unit of work raising the event.protected SessionSessionEventManager. sessionMethods in org.eclipse.persistence.sessions that return Session Modifier and Type Method Description SessionSession. acquireHistoricalSession(AsOfClause pastTime)ADVANCED: Returns a light weight read-only session where all objects are automatically read as of the specified past time.SessionSession. getActiveSession()PUBLIC: Return the active session for the current active external (JTS) transaction.SessionSessionEvent. getSession()PUBLIC: The session in which the event is raised.SessionSessionEventManager. getSession()INTERNAL: Get the session for this session event managerMethods in org.eclipse.persistence.sessions with parameters of type Session Modifier and Type Method Description SessionEventManagerSessionEventManager. clone(Session newSession)INTERNAL: Clone the event manager for the new session.ConnectionConnector. connect(Properties properties, Session session)INTERNAL: Connect with the specified properties and return theConnection.ConnectionDefaultConnector. connect(Properties properties, Session session)INTERNAL: Connect with the specified properties and session.ConnectionJNDIConnector. connect(Properties properties, Session session)INTERNAL: Connect with the specified properties and return the Connection.ObjectDatasourceLogin. connectToDatasource(Accessor accessor, Session session)INTERNAL: Connect to the datasource, and return the driver level connection object.ObjectLogin. connectToDatasource(Accessor accessor, Session session)INTERNAL: Connect to the datasource, and return the driver level connection object.protected voidDefaultConnector. loadDriverClass(Session session)INTERNAL: Ensure that the driver has been loaded and registered with the DriverManager.voidSessionEventManager. postLogin(Session session)INTERNAL: post login to the session.voidSessionEventManager. postLogout(Session session)INTERNAL: post logout to the session.voidSessionEventManager. preLogin(Session session)INTERNAL: Pre login to the session.voidSessionEventManager. preLogout(Session session)INTERNAL: 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 Session Constructor Description SessionEvent(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 Session Modifier and Type Class Description classSessionBrokerPurpose: Provide a single view to a TopLink session that transparently accesses multple databases.Methods in org.eclipse.persistence.sessions.broker that return Session Modifier and Type Method Description SessionSessionBroker. 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 Session Modifier and Type Method Description voidSessionBroker. 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 Session Modifier and Type Method Description Class<?>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 Session Modifier and Type Field Description protected ConcurrentMap<String,Session>SessionManager. sessionsMethods in org.eclipse.persistence.sessions.factories that return Session Modifier and Type Method Description SessionSessionFactory. acquireSession()Returns the Session active for this specified helper.SessionSessionManager. getDefaultSession()PUBLIC: Return the default session.Methods in org.eclipse.persistence.sessions.factories that return types with arguments of type Session Modifier and Type Method Description ConcurrentMap<String,Session>SessionManager. getSessions()INTERNAL: Return a hashtable on all sessions.Methods in org.eclipse.persistence.sessions.factories with parameters of type Session Modifier and Type Method Description UnitOfWorkSessionFactory. 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 Session Modifier and Type Method Description voidSessionManager. 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 Session Modifier and Type Class Description classDistributedSessionPurpose: Super class to all remote client session's.classRemoteSessionPurpose: Provide transparent remote three-tiered replacation support.Methods in org.eclipse.persistence.sessions.remote that return Session Modifier and Type Method Description SessionRemoteSession. 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.rmi
Fields in org.eclipse.persistence.sessions.remote.rmi declared as Session Modifier and Type Field Description protected SessionRMIServerSessionManagerDispatcher. sessionMethods in org.eclipse.persistence.sessions.remote.rmi that return Session Modifier and Type Method Description SessionRMIConnection. createRemoteSession()PUBLIC: Returns a remote session.protected SessionRMIServerSessionManagerDispatcher. getSession()Methods in org.eclipse.persistence.sessions.remote.rmi with parameters of type Session Modifier and Type Method Description protected voidRMIServerSessionManagerDispatcher. setSession(Session session)Constructors in org.eclipse.persistence.sessions.remote.rmi with parameters of type Session Constructor Description RMIRemoteSessionControllerDispatcher(Session session)RMIServerSessionManagerDispatcher(Session session) -
Uses of Session in org.eclipse.persistence.sessions.serializers
Methods in org.eclipse.persistence.sessions.serializers with parameters of type Session Modifier and Type Method Description ObjectJavaSerializer. deserialize(Object bytes, Session session)ObjectJSONSerializer. deserialize(Object json, Session session)ObjectSerializer. deserialize(Object bytes, Session session)ObjectXMLSerializer. 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)ObjectJavaSerializer. serialize(Object object, Session session)ObjectJSONSerializer. serialize(Object object, Session session)ObjectSerializer. serialize(Object object, Session session)ObjectXMLSerializer. serialize(Object object, Session session) -
Uses of Session in org.eclipse.persistence.sessions.server
Subinterfaces of Session in org.eclipse.persistence.sessions.server Modifier and Type Interface Description interfaceServerPurpose: A single session that supports multiple user/clients connection at the same time.Classes in org.eclipse.persistence.sessions.server that implement Session Modifier and Type Class Description classClientSessionPurpose: Acts as a client to the server session.classServerSessionImplementation of Server INTERNAL: The public interface should be used.Methods in org.eclipse.persistence.sessions.server that return Session Modifier and Type Method Description SessionServerSession. 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 Session Modifier and Type Method Description voidPerformanceMonitor. setSession(Session session)voidPerformanceProfiler. setSession(Session session) -
Uses of Session in org.eclipse.persistence.tools.schemaframework
Methods in org.eclipse.persistence.tools.schemaframework with parameters of type Session Modifier and Type Method Description voidPopulationManager. 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 Session Modifier and Type Method Description voidSafeModeTuner. 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.
-