public interface JpaEntityManagerFactory
Purpose: Defines the Interface for EclipseLink extensions to the EntityManagerFactory
EntityManagerFactory
Modifier and Type | Method and Description |
---|---|
DatabaseSessionImpl |
getDatabaseSession()
Returns the DatabaseSession that the Factory will be using and
initializes it if it is not available.
|
ServerSession |
getServerSession()
Returns the ServerSession that the Factory will be using and
initializes it if it is not available.
|
SessionBroker |
getSessionBroker()
Returns the SessionBroker that the Factory will be using and
initializes it if it is not available.
|
void |
refreshMetadata(java.util.Map properties)
As this EntityManagerFactory to refresh itself.
|
EntityManagerFactoryDelegate |
unwrap()
Gets the underlying implementation of the EntityManagerFactory.
|
DatabaseSessionImpl getDatabaseSession()
ServerSession getServerSession()
SessionBroker getSessionBroker()
EntityManagerFactoryDelegate unwrap()
void refreshMetadata(java.util.Map properties)
properties
- EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference