Class JpaInternalUtils
- java.lang.Object
-
- org.apache.tapestry5.internal.jpa.JpaInternalUtils
-
public class JpaInternalUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description JpaInternalUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PersistedEntity
convertApplicationValueToPersisted(EntityManagerManager entityManagerManager, Object newValue)
static EntityManager
getEntityManager(EntityManagerManager entityManagerManager, PersistenceContext annotation)
-
-
-
Constructor Detail
-
JpaInternalUtils
public JpaInternalUtils()
-
-
Method Detail
-
convertApplicationValueToPersisted
public static PersistedEntity convertApplicationValueToPersisted(EntityManagerManager entityManagerManager, Object newValue)
-
getEntityManager
public static EntityManager getEntityManager(EntityManagerManager entityManagerManager, PersistenceContext annotation)
-
-