org.apache.tapestry5.internal.jpa
Class JpaInternalUtils

java.lang.Object
  extended by org.apache.tapestry5.internal.jpa.JpaInternalUtils

public class JpaInternalUtils
extends Object


Constructor Summary
JpaInternalUtils()
           
 
Method Summary
static PersistedEntity convertApplicationValueToPersisted(EntityManagerManager entityManagerManager, Object newValue)
           
static EntityManager getEntityManager(EntityManagerManager entityManagerManager, PersistenceContext annotation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)


Copyright © 2003-2012 The Apache Software Foundation.