|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EntityManagerFactory
Factory of EntityManager.
| Method Summary | |
|---|---|
void |
close()
Close the factory, releasing any resources that it holds. |
EntityManager |
createEntityManager()
Create a new EntityManager. |
EntityManager |
createEntityManager(Map map)
Create a new EntityManager with the specified Map of properties. |
boolean |
isOpen()
Indicates whether the factory is open. |
| Method Detail |
|---|
EntityManager createEntityManager()
EntityManager createEntityManager(Map map)
map - the given map of properties.
void close()
boolean isOpen()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||