Uses of Interface
org.eclipse.persistence.sessions.DatabaseSession
Packages that use DatabaseSession
Package
Description
-
Uses of DatabaseSession in org.eclipse.persistence.dynamic
Fields in org.eclipse.persistence.dynamic declared as DatabaseSessionMethods in org.eclipse.persistence.dynamic that return DatabaseSessionConstructors in org.eclipse.persistence.dynamic with parameters of type DatabaseSession -
Uses of DatabaseSession in org.eclipse.persistence.internal.sessions
Classes in org.eclipse.persistence.internal.sessions that implement DatabaseSessionModifier and TypeClassDescriptionclassImplementation 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 -
Uses of DatabaseSession in org.eclipse.persistence.jpa
Methods in org.eclipse.persistence.jpa that return DatabaseSessionModifier and TypeMethodDescriptionstatic DatabaseSessionJpaHelper.getDatabaseSession(EntityManagerFactory emf) Retrieve the shared database session from the EMF. -
Uses of DatabaseSession in org.eclipse.persistence.jpa.rs
Methods in org.eclipse.persistence.jpa.rs that return DatabaseSessionModifier and TypeMethodDescriptionPersistenceContext.getServerSession()Gets the jpa server session. -
Uses of DatabaseSession in org.eclipse.persistence.oxm
Methods in org.eclipse.persistence.oxm that return DatabaseSessionModifier and TypeMethodDescriptionXMLContext.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 DatabaseSessionModifier and TypeMethodDescriptionvoidXMLContext.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 DatabaseSessionModifier and TypeMethodDescriptionServerPlatform.getDatabaseSession()INTERNAL: getDatabaseSession(): Answer the instance of DatabaseSession the receiver is helping.ServerPlatformBase.getDatabaseSession()INTERNAL: getDatabaseSession(): Answer the instance of DatabaseSession the receiver is helping.Methods in org.eclipse.persistence.platform.server with parameters of type DatabaseSessionModifier and TypeMethodDescriptionstatic 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 DatabaseSessionModifierConstructorDescriptionCustomServerPlatform(DatabaseSession newDatabaseSession) INTERNAL: Default Constructor: JTA is disabled until a transaction controller class is set.protectedJMXServerPlatformBase(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.protectedServerPlatformBase(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 DatabaseSessionModifierConstructorDescriptionGlassfishPlatform(DatabaseSession newDatabaseSession) INTERNAL: Default Constructor: All behavior for the default constructor is inherited -
Uses of DatabaseSession in org.eclipse.persistence.platform.server.jboss
Constructors in org.eclipse.persistence.platform.server.jboss with parameters of type DatabaseSessionModifierConstructorDescriptionJBossPlatform(DatabaseSession newDatabaseSession) INTERNAL: Default Constructor: All behavior for the default constructor is inherited -
Uses of DatabaseSession in org.eclipse.persistence.platform.server.sap
Constructors in org.eclipse.persistence.platform.server.sap with parameters of type DatabaseSession -
Uses of DatabaseSession in org.eclipse.persistence.platform.server.was
Constructors in org.eclipse.persistence.platform.server.was with parameters of type DatabaseSessionModifierConstructorDescriptionWebSphere_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.wildfly
Constructors in org.eclipse.persistence.platform.server.wildfly with parameters of type DatabaseSessionModifierConstructorDescriptionWildFlyPlatform(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 DatabaseSessionModifierConstructorDescriptionWebLogic_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 DatabaseSessionModifier and TypeMethodDescriptionProject.createDatabaseSession()PUBLIC: Factory method to create session.Methods in org.eclipse.persistence.sessions with parameters of type DatabaseSessionModifier and TypeMethodDescriptionExternalTransactionController.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 DatabaseSessionModifier and TypeClassDescriptionclassPurpose: 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 DatabaseSessionModifier and TypeMethodDescriptionSessionFactory.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.SessionFactory.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 DatabaseSessionModifier and TypeClassDescriptionclassPurpose: Super class to all remote client session's.classPurpose: Provide transparent remote three-tiered replacation support. -
Uses of DatabaseSession in org.eclipse.persistence.sessions.server
Subinterfaces of DatabaseSession 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 DatabaseSessionModifier and TypeClassDescriptionclassImplementation 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 DatabaseSessionModifier and TypeMethodDescriptionvoidTableCreator.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 DatabaseSessionModifierConstructorDescriptionDynamicSchemaManager(DatabaseSession session) SchemaManager(DatabaseSession session) -
Uses of DatabaseSession in org.eclipse.persistence.transaction
Fields in org.eclipse.persistence.transaction with type parameters of type DatabaseSessionModifier and TypeFieldDescriptionprotected 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 DatabaseSessionModifier and TypeMethodDescriptionAbstractTransactionController.getActiveSequencingCallback(DatabaseSession dbSession, SequencingCallbackFactory sequencingCallbackFactory) INTERNAL: Returns sequencingCallback for the current active external transaction.AbstractSynchronizationListener.getSequencingCallback(DatabaseSession dbSession, SequencingCallbackFactory sequencingCallbackFactory) Return sequencingCallback corresponding to the passed session.