| javax.persistence.EntityManagerFactory
EntityManagerFactory | public interface EntityManagerFactory (Code) | | Factory for getting an entity manager.
|
close | public void close()(Code) | | Close the factory an any resources.
|
createEntityManager | public EntityManager createEntityManager()(Code) | | Create a new EntityManager with TRANSACTION type.
|
createEntityManager | public EntityManager createEntityManager(Map map)(Code) | | Create a new EntityManager with the given properties.
|
isOpen | public boolean isOpen()(Code) | | Returns true if the factory is open.
|
|
|