Class JpaInternalUtils
- java.lang.Object
- 
- org.apache.tapestry5.internal.jpa.JpaInternalUtils
 
- 
 public class JpaInternalUtils extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description JpaInternalUtils()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static PersistedEntityconvertApplicationValueToPersisted(EntityManagerManager entityManagerManager, Object newValue)static EntityManagergetEntityManager(EntityManagerManager entityManagerManager, PersistenceContext annotation)
 
- 
- 
- 
Constructor Detail- 
JpaInternalUtilspublic JpaInternalUtils() 
 
- 
 - 
Method Detail- 
convertApplicationValueToPersistedpublic static PersistedEntity convertApplicationValueToPersisted(EntityManagerManager entityManagerManager, Object newValue) 
 - 
getEntityManagerpublic static EntityManager getEntityManager(EntityManagerManager entityManagerManager, PersistenceContext annotation) 
 
- 
 
-