public interface JpaEmFactory
Modifier and Type | Method and Description |
---|---|
boolean |
close() |
boolean |
close(javax.persistence.EntityManager em) |
javax.persistence.EntityManager |
createEntityManager() |
Transactional |
getTransaction()
Retrieve the transaction in progress from thread.
|
boolean |
isActive() |
javax.persistence.EntityManager createEntityManager()
Transactional getTransaction()
IllegalStateException
- if the entity manager is container-managedboolean isActive()
boolean close(javax.persistence.EntityManager em)
boolean close()
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.