Modifier and Type | Method and Description |
---|---|
ServerSession |
EntityManager.getServerSession()
Return the underlying server session
|
Modifier and Type | Method and Description |
---|---|
static void |
EntityManagerFactoryProvider.generateDDLFiles(ServerSession session,
Map props,
boolean inSEmode) |
static void |
EntityManagerFactoryProvider.login(ServerSession session,
Map properties)
Logs in to given session.
|
Modifier and Type | Field and Description |
---|---|
protected ServerSession |
EntityManagerSetupImpl.session |
Modifier and Type | Method and Description |
---|---|
ServerSession |
EntityManagerSetupImpl.deploy(ClassLoader realClassLoader,
Map additionalProperties)
Deploy a persistence session and return an EntityManagerFactory.
|
Modifier and Type | Method and Description |
---|---|
protected void |
EntityManagerSetupImpl.addProjectToSession(ServerSession session,
Project project)
INTERNAL:
Adds descriptors plus sequencing info found on the project to the session.
|
Constructor and Description |
---|
EntityManagerFactoryImpl(ServerSession serverSession)
Will return an instance of the Factory.
|
EntityManagerImpl(ServerSession serverSession,
boolean propagatePersistenceContext,
boolean extended)
Constructor called from the EntityManagerFactory to create an EntityManager
|
EntityManagerImpl(ServerSession serverSession,
Map properties,
boolean propagePersistenceContext,
boolean extended)
Constructor called from the EntityManagerFactory to create an EntityManager
|
Modifier and Type | Field and Description |
---|---|
protected ServerSession |
EntityManagerFactoryImpl.serverSession |
protected ServerSession |
EntityManagerImpl.serverSession |
Modifier and Type | Method and Description |
---|---|
ServerSession |
EntityManagerFactoryImpl.getServerSession()
INTERNAL:
Returns the ServerSession that the Factory will be using and initializes it if it is not available.
|
ServerSession |
EntityManagerImpl.getServerSession()
Return the underlying server session
|
Constructor and Description |
---|
EntityManagerFactoryImpl(ServerSession serverSession)
Will return an instance of the Factory.
|
EntityManagerImpl(ServerSession serverSession,
boolean propagatePersistenceContext,
boolean extended)
Constructor called from the EntityManagerFactory to create an EntityManager
|
EntityManagerImpl(ServerSession serverSession,
Map properties,
boolean propagatePersistenceContext,
boolean extended)
Constructor called from the EntityManagerFactory to create an EntityManager
|
Constructor and Description |
---|
IsolatedClientSession(ServerSession parent,
ConnectionPolicy connectionPolicy) |
Modifier and Type | Field and Description |
---|---|
protected ServerSession |
ConnectionPool.owner |
protected ServerSession |
ClientSession.parent |
Modifier and Type | Method and Description |
---|---|
protected ServerSession |
ConnectionPool.getOwner()
Return the ServerSession that is the owner of this connection pool.
|
ServerSession |
ClientSession.getParent()
INTERNAL:
Return the parent.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ConnectionPool.setOwner(ServerSession owner)
Set the ServerSession that owns this connection pool
|
protected void |
ClientSession.setParent(ServerSession parent)
INTERNAL:
Set the parent.
|
Constructor and Description |
---|
ClientSession(ServerSession parent,
ConnectionPolicy connectionPolicy)
INTERNAL:
Create and return a new client session.
|
ConnectionPool(String name,
Login login,
int minNumberOfConnections,
int maxNumberOfConnections,
ServerSession owner)
PUBLIC:
A connection pool is used to specify how connection should be pooled in a server session.
|
ExternalConnectionPool(String name,
Login login,
ServerSession owner)
PUBLIC:
Build a new external connection pool.
|
ReadConnectionPool(String name,
Login login,
int minNumberOfConnections,
int maxNumberOfConnections,
ServerSession owner)
PUBLIC:
Build a new read connection pool.
|
Copyright © 2023. All rights reserved.