Package net.officefloor.jpa
Interface JpaManagedObjectSource.EntityManagerWrapperFactory
- Enclosing class:
- JpaManagedObjectSource
public static interface JpaManagedObjectSource.EntityManagerWrapperFactory
Factory creating the
EntityManager wrapper.-
Method Summary
Modifier and TypeMethodDescriptionwrap(JpaManagedObjectSource.JpaManagedObject jpaManagedObject) Wraps theEntityManager.
-
Method Details
-
wrap
JpaManagedObjectSource.EntityManagerWrapper wrap(JpaManagedObjectSource.JpaManagedObject jpaManagedObject) throws Exception Wraps theEntityManager.- Parameters:
jpaManagedObject-JpaManagedObjectSource.JpaManagedObjectproviding theEntityManager.- Returns:
EntityManager.- Throws:
Exception- If fails to create wrapper forEntityManager.
-