Uses of Interface
org.apache.tapestry5.jpa.EntityManagerManager
-
Packages that use EntityManagerManager Package Description org.apache.tapestry5.internal.jpa [INTERNAL USE ONLY] support classes for the JPA module; API subject to changeorg.apache.tapestry5.jpa.modules -
-
Uses of EntityManagerManager in org.apache.tapestry5.internal.jpa
Classes in org.apache.tapestry5.internal.jpa that implement EntityManagerManager Modifier and Type Class Description class
EntityManagerManagerImpl
Methods in org.apache.tapestry5.internal.jpa with parameters of type EntityManagerManager Modifier and Type Method Description static PersistedEntity
JpaInternalUtils. convertApplicationValueToPersisted(EntityManagerManager entityManagerManager, Object newValue)
static EntityManager
JpaInternalUtils. getEntityManager(EntityManagerManager entityManagerManager, PersistenceContext annotation)
Object
PersistedEntity. restore(EntityManagerManager entityManagerManager)
Constructors in org.apache.tapestry5.internal.jpa with parameters of type EntityManagerManager Constructor Description CommitAfterWorker(EntityManagerManager manager, EntityTransactionManager transactionManager)
EntityApplicationStatePersistenceStrategy(Request request, EntityManagerManager entityManagerManager)
EntityPersistentFieldStrategy(EntityManagerManager entityManagerManager, Request request)
EntityTransactionManagerImpl(org.slf4j.Logger logger, EntityManagerManager entityManagerManager)
JpaTransactionAdvisorImpl(EntityManagerManager manager, EntityTransactionManager transactionManager)
JpaValueEncoder(EntityType<E> entity, EntityManagerManager entityManagerManager, String persistenceUnitName, PropertyAccess propertyAccess, TypeCoercer typeCoercer, org.slf4j.Logger logger)
PersistenceContextWorker(EntityManagerManager entityManagerManager)
-
Uses of EntityManagerManager in org.apache.tapestry5.jpa.modules
Methods in org.apache.tapestry5.jpa.modules that return EntityManagerManager Modifier and Type Method Description static EntityManagerManager
JpaModule. buildEntityManagerManager(EntityManagerSource entityManagerSource, PerthreadManager perthreadManager, org.slf4j.Logger logger)
Methods in org.apache.tapestry5.jpa.modules with parameters of type EntityManagerManager Modifier and Type Method Description static void
JpaModule. provideValueEncoders(MappedConfiguration<Class,ValueEncoderFactory> configuration, boolean provideEncoders, EntityManagerSource entityManagerSource, EntityManagerManager entityManagerManager, TypeCoercer typeCoercer, PropertyAccess propertyAccess, LoggerSource loggerSource)
static void
JpaModule. startupEarly(EntityManagerManager entityManagerManager, boolean earlyStartup)
-