|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.amber.manager.AmberEntityManagerFactory
public class AmberEntityManagerFactory
Amber's EntityManagerFactory container.
| Method Summary | |
|---|---|
void |
close()
Close the factory an any resources. |
EntityManager |
createEntityManager()
Create a new EntityManager with TRANSACTION type. |
EntityManager |
createEntityManager(java.util.Map map)
Create a new EntityManager with the given properties. |
Cache |
getCache()
Returns the entity manager cache |
java.util.Map |
getProperties()
Returns the properties and values for the factory |
java.util.Set<java.lang.String> |
getSupportedProperties()
Returns the supported properties |
boolean |
isOpen()
Returns true if the factory is open. |
void |
setSerializationHandle(java.lang.Object handle)
Sets the serializable handle |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public EntityManager createEntityManager()
createEntityManager in interface EntityManagerFactorypublic EntityManager createEntityManager(java.util.Map map)
createEntityManager in interface EntityManagerFactorypublic void close()
close in interface EntityManagerFactorypublic boolean isOpen()
isOpen in interface EntityManagerFactorypublic java.util.Map getProperties()
getProperties in interface EntityManagerFactorypublic java.util.Set<java.lang.String> getSupportedProperties()
getSupportedProperties in interface EntityManagerFactorypublic Cache getCache()
getCache in interface EntityManagerFactorypublic void setSerializationHandle(java.lang.Object handle)
setSerializationHandle in interface HandleAwarepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||