Uses of Interface
org.apache.tapestry5.jpa.EntityManagerManager
Packages that use EntityManagerManager
Package
Description
[INTERNAL USE ONLY] support classes for the JPA module; API subject to change
-
Uses of EntityManagerManager in org.apache.tapestry5.internal.jpa
Classes in org.apache.tapestry5.internal.jpa that implement EntityManagerManagerMethods in org.apache.tapestry5.internal.jpa with parameters of type EntityManagerManagerModifier and TypeMethodDescriptionstatic PersistedEntity
JpaInternalUtils.convertApplicationValueToPersisted
(EntityManagerManager entityManagerManager, Object newValue) static javax.persistence.EntityManager
JpaInternalUtils.getEntityManager
(EntityManagerManager entityManagerManager, javax.persistence.PersistenceContext annotation) PersistedEntity.restore
(EntityManagerManager entityManagerManager) Constructors in org.apache.tapestry5.internal.jpa with parameters of type EntityManagerManagerModifierConstructorDescriptionCommitAfterWorker
(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
(javax.persistence.metamodel.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 EntityManagerManagerModifier and TypeMethodDescriptionstatic EntityManagerManager
JpaModule.buildEntityManagerManager
(EntityManagerSource entityManagerSource, PerthreadManager perthreadManager, org.slf4j.Logger logger) Methods in org.apache.tapestry5.jpa.modules with parameters of type EntityManagerManagerModifier and TypeMethodDescriptionstatic 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)