Uses of Class
org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
-
-
Uses of DatabaseSessionImpl in org.eclipse.persistence.internal.databaseaccess
Methods in org.eclipse.persistence.internal.databaseaccess with parameters of type DatabaseSessionImpl Modifier and Type Method Description booleanDatabasePlatform. checkTableExists(DatabaseSessionImpl session, TableDefinition table, boolean suppressLogging)INTERNAL: Executes and evaluates query to check whether given table exists. -
Uses of DatabaseSessionImpl in org.eclipse.persistence.internal.helper
Fields in org.eclipse.persistence.internal.helper with type parameters of type DatabaseSessionImpl Modifier and Type Field Description static Class<DatabaseSessionImpl>ClassConstants. PublicInterfaceDatabaseSession_Class -
Uses of DatabaseSessionImpl in org.eclipse.persistence.internal.sequencing
Methods in org.eclipse.persistence.internal.sequencing with parameters of type DatabaseSessionImpl Modifier and Type Method Description static SequencingHomeSequencingFactory. createSequencingHome(DatabaseSessionImpl ownerSession)INTERNAL: Takes a potential owner - a DatabaseSession, returns SequencingHome object. -
Uses of DatabaseSessionImpl in org.eclipse.persistence.internal.sessions.factories
Subclasses of DatabaseSessionImpl in org.eclipse.persistence.internal.sessions.factories Modifier and Type Class Description classSessionBrokerPlaceHolderINTERNAL:Methods in org.eclipse.persistence.internal.sessions.factories that return DatabaseSessionImpl Modifier and Type Method Description protected DatabaseSessionImplSessionsFactory. createSession(DatabaseSessionConfig sessionConfig, Login login)INTERNAL: Return a DatabaseSession object from it's config object using either the project classes or project XML files.protected DatabaseSessionImplSessionsFactory. getSession(SessionConfig sessionConfig, Project project)INTERNAL: Return the correct session type from the sessionConfigMethods in org.eclipse.persistence.internal.sessions.factories with parameters of type DatabaseSessionImpl Modifier and Type Method Description voidDirectToXMLTypeMappingHelper. addXDBDescriptors(String name, DatabaseSessionImpl session, NamespaceResolver namespaceResolver)Invoked from a descriptor add the descriptor for DirectToXMLTypeMappingprotected ServerPlatformSessionsFactory. buildCustomServerPlatformConfig(CustomServerPlatformConfig platformConfig, DatabaseSessionImpl session)INTERNAL:protected ServerPlatformSessionsFactory. buildServerPlatformConfig(ServerPlatformConfig platformConfig, DatabaseSessionImpl session)INTERNAL: Build the appropriate server platform -
Uses of DatabaseSessionImpl in org.eclipse.persistence.platform.database
Methods in org.eclipse.persistence.platform.database with parameters of type DatabaseSessionImpl Modifier and Type Method Description booleanMySQLPlatform. checkTableExists(DatabaseSessionImpl session, TableDefinition table, boolean suppressLogging)INTERNAL: Executes and evaluates query to check whether given table exists.booleanOraclePlatform. checkTableExists(DatabaseSessionImpl session, TableDefinition table, boolean suppressLogging)INTERNAL: Executes and evaluates query to check whether given table exists. -
Uses of DatabaseSessionImpl in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions with parameters of type DatabaseSessionImpl Modifier and Type Method Description voidProject. addDescriptor(ClassDescriptor descriptor, DatabaseSessionImpl session)INTERNAL: Used by the BuilderInterface when reading a Project from INI files.voidProject. addDescriptors(Collection descriptors, DatabaseSessionImpl session)INTERNAL: Add the descriptors to the session.voidProject. addDescriptors(Project project, DatabaseSessionImpl session)PUBLIC: Merge the descriptors from another project into this one. -
Uses of DatabaseSessionImpl in org.eclipse.persistence.sessions.broker
Subclasses of DatabaseSessionImpl in org.eclipse.persistence.sessions.broker Modifier and Type Class Description classSessionBrokerPurpose: Provide a single view to a TopLink session that transparently accesses multple databases. -
Uses of DatabaseSessionImpl in org.eclipse.persistence.sessions.factories
Methods in org.eclipse.persistence.sessions.factories with parameters of type DatabaseSessionImpl Modifier and Type Method Description voidOracleDirectToXMLTypeMappingHelper. addXDBDescriptors(String name, DatabaseSessionImpl session, NamespaceResolver namespaceResolver)Invoked from a descriptor is not found. -
Uses of DatabaseSessionImpl in org.eclipse.persistence.sessions.remote
Subclasses of DatabaseSessionImpl in org.eclipse.persistence.sessions.remote Modifier and Type Class Description classDistributedSessionPurpose: Super class to all remote client session's.classRemoteSessionPurpose: Provide transparent remote three-tiered replacation support. -
Uses of DatabaseSessionImpl in org.eclipse.persistence.sessions.server
Subclasses of DatabaseSessionImpl in org.eclipse.persistence.sessions.server Modifier and Type Class Description classServerSessionImplementation of Server INTERNAL: The public interface should be used. -
Uses of DatabaseSessionImpl in org.eclipse.persistence.tools.schemaframework
Fields in org.eclipse.persistence.tools.schemaframework declared as DatabaseSessionImpl Modifier and Type Field Description protected DatabaseSessionImplSchemaManager. sessionMethods in org.eclipse.persistence.tools.schemaframework with parameters of type DatabaseSessionImpl Modifier and Type Method Description voidSchemaManager. setSession(DatabaseSessionImpl session)Constructors in org.eclipse.persistence.tools.schemaframework with parameters of type DatabaseSessionImpl Constructor Description SchemaManager(DatabaseSessionImpl session)
-