public interface JpaEntityManagerFactory
Purpose: Defines the Interface for EclipseLink extensions to the EntityManagerFactory
javax.persistence.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<java.lang.String,java.lang.Object> 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<java.lang.String,java.lang.Object> properties)
properties -