|
EclipseLink 2.3.2, build 'v20111125-r10461' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JpaEntityManagerFactory
Purpose: Defines the Interface for EclipseLink extensions to the EntityManagerFactory
EntityManagerFactory
Method Summary | |
---|---|
org.eclipse.persistence.internal.sessions.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. |
org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate |
unwrap()
Gets the underlying implementation of the EntityManagerFactory. |
Method Detail |
---|
org.eclipse.persistence.internal.sessions.DatabaseSessionImpl getDatabaseSession()
ServerSession getServerSession()
SessionBroker getSessionBroker()
org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate unwrap()
void refreshMetadata(java.util.Map properties)
properties
-
|
EclipseLink 2.3.2, build 'v20111125-r10461' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |