Uses of Interface
org.eclipse.persistence.sessions.DatabaseSession
-
-
Uses of DatabaseSession in org.eclipse.persistence.dynamic
Fields in org.eclipse.persistence.dynamic declared as DatabaseSession Modifier and Type Field Description protected DatabaseSessionDynamicHelper. sessionMethods in org.eclipse.persistence.dynamic that return DatabaseSession Modifier and Type Method Description DatabaseSessionDynamicHelper. getSession()Constructors in org.eclipse.persistence.dynamic with parameters of type DatabaseSession Constructor Description DynamicHelper(DatabaseSession session) -
Uses of DatabaseSession in org.eclipse.persistence.internal.sessions
Classes in org.eclipse.persistence.internal.sessions that implement DatabaseSession Modifier and Type Class Description classDatabaseSessionImplImplementation of org.eclipse.persistence.sessions.DatabaseSession The public interface should be used. -
Uses of DatabaseSession in org.eclipse.persistence.internal.sessions.factories
Classes in org.eclipse.persistence.internal.sessions.factories that implement DatabaseSession Modifier and Type Class Description classSessionBrokerPlaceHolderINTERNAL: -
Uses of DatabaseSession in org.eclipse.persistence.oxm
Methods in org.eclipse.persistence.oxm that return DatabaseSession Modifier and Type Method Description DatabaseSessionXMLContext. getSession(int index)INTERNAL:XMLContext xmlContext = new XMLContext("path0:path1");
DatabaseSession session = xmlContext.getSession(0); // returns session for path0
Methods in org.eclipse.persistence.oxm with parameters of type DatabaseSession Modifier and Type Method Description voidXMLContext. addSession(DatabaseSession sessionToAdd)INTERNAL: Add and initialize a new session to the list of sessions associated with this XMLContext.voidXMLContext. setupDocumentPreservationPolicy(DatabaseSession session) -
Uses of DatabaseSession in org.eclipse.persistence.platform.server
Methods in org.eclipse.persistence.platform.server that return DatabaseSession Modifier and Type Method Description DatabaseSessionServerPlatform. getDatabaseSession()INTERNAL: getDatabaseSession(): Answer the instance of DatabaseSession the receiver is helping.DatabaseSessionServerPlatformBase. getDatabaseSession()INTERNAL: getDatabaseSession(): Answer the instance of DatabaseSession the receiver is helping.Methods in org.eclipse.persistence.platform.server with parameters of type DatabaseSession Modifier and Type Method Description static ServerPlatformServerPlatformUtils. createServerPlatform(DatabaseSession session, String platformClass, ClassLoader loader)Create an instance ofServerPlatformfrom parameters passed in.Constructors in org.eclipse.persistence.platform.server with parameters of type DatabaseSession Constructor Description CustomServerPlatform(DatabaseSession newDatabaseSession)INTERNAL: Default Constructor: JTA is disabled until a transaction controller class is set.JMXServerPlatformBase(DatabaseSession newDatabaseSession)INTERNAL: Default Constructor: Initialize so that runtime services and JTA are enabled.NoServerPlatform(DatabaseSession newDatabaseSession)INTERNAL: Default Constructor: Initialize so that runtime services and JTA are disabled.ServerPlatformBase(DatabaseSession newDatabaseSession)INTERNAL: Default Constructor: Initialize so that runtime services and JTA are enabled. -
Uses of DatabaseSession in org.eclipse.persistence.platform.server.glassfish
Constructors in org.eclipse.persistence.platform.server.glassfish with parameters of type DatabaseSession Constructor Description GlassfishPlatform(DatabaseSession newDatabaseSession)INTERNAL: Default Constructor: All behavior for the default constructor is inherited -
Uses of DatabaseSession in org.eclipse.persistence.platform.server.was
Constructors in org.eclipse.persistence.platform.server.was with parameters of type DatabaseSession Constructor Description WebSphere_6_1_Platform(DatabaseSession newDatabaseSession)INTERNAL: Default Constructor: All behavior for the default constructor is inheritedWebSphere_7_Platform(DatabaseSession newDatabaseSession)INTERNAL: Default Constructor: All behavior for the default constructor is inheritedWebSphere_EJBEmbeddable_Platform(DatabaseSession newDatabaseSession)INTERNAL: Default Constructor: All behavior for the default constructor is inheritedWebSphere_Liberty_Platform(DatabaseSession newDatabaseSession)INTERNAL: Default Constructor: All behavior for the default constructor is inheritedWebSpherePlatform(DatabaseSession newDatabaseSession)INTERNAL: Default Constructor: All behavior for the default constructor is inherited -
Uses of DatabaseSession in org.eclipse.persistence.platform.server.wls
Constructors in org.eclipse.persistence.platform.server.wls with parameters of type DatabaseSession Constructor Description WebLogic_10_Platform(DatabaseSession newDatabaseSession)INTERNAL: Default Constructor: All behavior for the default constructor is inheritedWebLogic_12_Platform(DatabaseSession newDatabaseSession)WebLogic_9_Platform(DatabaseSession newDatabaseSession)INTERNAL: Default Constructor: All behavior for the default constructor is inheritedWebLogicPlatform(DatabaseSession newDatabaseSession)INTERNAL: Default Constructor: All behavior for the default constructor is inherited. -
Uses of DatabaseSession in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions that return DatabaseSession Modifier and Type Method Description DatabaseSessionProject. createDatabaseSession()PUBLIC: Factory method to create session.Methods in org.eclipse.persistence.sessions with parameters of type DatabaseSession Modifier and Type Method Description SequencingCallbackExternalTransactionController. getActiveSequencingCallback(DatabaseSession dbSession, SequencingCallbackFactory sequencingCallbackFactory)INTERNAL: Returns sequencingCallback for the current active external transaction. -
Uses of DatabaseSession in org.eclipse.persistence.sessions.broker
Classes in org.eclipse.persistence.sessions.broker that implement DatabaseSession Modifier and Type Class Description classSessionBrokerPurpose: Provide a single view to a TopLink session that transparently accesses multple databases. -
Uses of DatabaseSession in org.eclipse.persistence.sessions.factories
Methods in org.eclipse.persistence.sessions.factories that return DatabaseSession Modifier and Type Method Description DatabaseSessionSessionFactory. getSharedSession()Helper method that looks up the singleton session and ensure that if the application has been hot-deployed it gets a fresh version of the server.DatabaseSessionSessionFactory. getSharedSession(boolean login, boolean refresh)Used in place of getSharedSession() when the calling application needs access to the session prior to login or it wishes to force the session configuration to be re-loaded an applied. -
Uses of DatabaseSession in org.eclipse.persistence.sessions.remote
Classes in org.eclipse.persistence.sessions.remote that implement DatabaseSession Modifier and Type Class Description classDistributedSessionPurpose: Super class to all remote client session's.classRemoteSessionPurpose: Provide transparent remote three-tiered replacation support. -
Uses of DatabaseSession in org.eclipse.persistence.sessions.server
Subinterfaces of DatabaseSession 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 DatabaseSession Modifier and Type Class Description classServerSessionImplementation of Server INTERNAL: The public interface should be used. -
Uses of DatabaseSession in org.eclipse.persistence.tools.schemaframework
Methods in org.eclipse.persistence.tools.schemaframework with parameters of type DatabaseSession Modifier and Type Method Description voidTableCreator. createConstraints(List<TableDefinition> tables, DatabaseSession session, SchemaManager schemaManager, boolean build)Create constraints.voidTableCreator. createConstraints(DatabaseSession session)Create constraints.voidTableCreator. createConstraints(DatabaseSession session, SchemaManager schemaManager)Create constraints.voidTableCreator. createConstraints(DatabaseSession session, SchemaManager schemaManager, boolean build)Create constraints.voidTableCreator. createTables(DatabaseSession session)This creates the tables on the database.voidTableCreator. createTables(DatabaseSession session, SchemaManager schemaManager)This creates the tables on the database.voidTableCreator. createTables(DatabaseSession session, SchemaManager schemaManager, boolean build)This creates the tables on the database.voidTableCreator. createTables(DatabaseSession session, SchemaManager schemaManager, boolean build, boolean check, boolean createSequenceTables, boolean createSequences)This creates the tables on the database.voidTableCreator. dropConstraints(DatabaseSession session)Drop the table constraints from the database.voidTableCreator. dropConstraints(DatabaseSession session, SchemaManager schemaManager)Drop the table constraints from the database.voidTableCreator. dropConstraints(DatabaseSession session, SchemaManager schemaManager, boolean build)Drop the table constraints from the database.voidTableCreator. dropTables(DatabaseSession session)Drop the tables from the database.voidTableCreator. dropTables(DatabaseSession session, SchemaManager schemaManager)Drop the tables from the database.voidTableCreator. dropTables(DatabaseSession session, SchemaManager schemaManager, boolean build)Drop the tables from the database.voidTableCreator. extendTables(DatabaseSession session, SchemaManager schemaManager)Create or extend the tables on the database.voidTableCreator. extendTables(DatabaseSession session, SchemaManager schemaManager, boolean build)This creates/extends the tables on the database.protected voidTableCreator. extendTablesAndConstraints(SchemaManager schemaManager, DatabaseSession session)voidTableCreator. replaceTables(DatabaseSession session)Recreate the tables on the database.voidTableCreator. replaceTables(DatabaseSession session, SchemaManager schemaManager)Recreate the tables on the database.voidTableCreator. replaceTables(DatabaseSession session, SchemaManager schemaManager, boolean createSequenceTables)Recreate the tables on the database.voidTableCreator. replaceTables(DatabaseSession session, SchemaManager schemaManager, boolean createSequenceTables, boolean createSequences)Recreate the tables on the database.protected voidTableCreator. replaceTablesAndConstraints(SchemaManager schemaManager, DatabaseSession session)protected voidTableCreator. replaceTablesAndConstraints(SchemaManager schemaManager, DatabaseSession session, boolean createSequenceTables, boolean createSequences)Constructors in org.eclipse.persistence.tools.schemaframework with parameters of type DatabaseSession Constructor Description DynamicSchemaManager(DatabaseSession session)SchemaManager(DatabaseSession session) -
Uses of DatabaseSession in org.eclipse.persistence.transaction
Fields in org.eclipse.persistence.transaction with type parameters of type DatabaseSession Modifier and Type Field Description protected Map<DatabaseSession,SequencingCallback>AbstractSynchronizationListener. sequencingCallbackMapsequencingCallbackMap used in case listener has more than one callback: SessionBroker with at least two members requiring callbacks.Methods in org.eclipse.persistence.transaction with parameters of type DatabaseSession Modifier and Type Method Description SequencingCallbackAbstractTransactionController. getActiveSequencingCallback(DatabaseSession dbSession, SequencingCallbackFactory sequencingCallbackFactory)INTERNAL: Returns sequencingCallback for the current active external transaction.SequencingCallbackAbstractSynchronizationListener. getSequencingCallback(DatabaseSession dbSession, SequencingCallbackFactory sequencingCallbackFactory)Return sequencingCallback corresponding to the passed session.
-