| |
|
| java.lang.Object com.caucho.amber.manager.AmberEntityManagerFactory
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.
|
setSerializationHandle | public void setSerializationHandle(Object handle)(Code) | | Sets the serializable handle
|
|
|
|