|
Oracle TopLink Java API Reference 10g Release 3 (10.1.3.1) B28219-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
close() Closes this factory, releasing any resources that might be held by this factory. |
EntityManager |
createEntityManager() Creates a new EntityManager associated with the current transactional context. |
boolean |
isOpen() Indicates whether or not this factory is open. |
Method Detail |
public EntityManager createEntityManager()
EntityManager
associated with the current transactional context.public void close()
IllegalStateException
, except for isOpen()
, which will return false
.public boolean isOpen()
true
until a call to close()
is made.
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |