Package | Description |
---|---|
org.apache.tapestry5.hibernate.modules | |
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.jpa.modules |
Modifier and Type | Method and Description |
---|---|
static void |
HibernateModule.contributeValueEncoderSource(MappedConfiguration<Class,ValueEncoderFactory> configuration,
boolean provideEncoders,
HibernateSessionSource sessionSource,
org.hibernate.Session session,
TypeCoercer typeCoercer,
PropertyAccess propertyAccess,
LoggerSource loggerSource)
Contributes
ValueEncoderFactory s for all registered Hibernate entity classes. |
Modifier and Type | Class and Description |
---|---|
class |
EnumValueEncoderFactory<E extends Enum<E>>
Deprecated.
this class is superseded by
TypeCoercedValueEncoderFactory and
scheduled to be removed in Tapestry 5.5 |
class |
GenericValueEncoderFactory<V>
An implementation of
ValueEncoderFactory that returns a pre-wired instance of ValueEncoder . |
class |
TypeCoercedValueEncoderFactory
Provides
ValueEncoder instances that are backed by the TypeCoercer service. |
Constructor and Description |
---|
ValueEncoderSourceImpl(Map<Class,ValueEncoderFactory> configuration) |
Modifier and Type | Method and Description |
---|---|
static void |
JpaModule.provideValueEncoders(MappedConfiguration<Class,ValueEncoderFactory> configuration,
boolean provideEncoders,
EntityManagerSource entityManagerSource,
EntityManagerManager entityManagerManager,
TypeCoercer typeCoercer,
PropertyAccess propertyAccess,
LoggerSource loggerSource) |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.