Package | Description |
---|---|
org.apache.tapestry5.hibernate |
Provides support for simple CRUD applications built on top of Tapestry and Hibernate
|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.jpa |
Provides support for simple CRUD applications built on top of Tapestry and JPA
|
org.apache.tapestry5.services |
Core services
|
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>>
Factory that provides a configured instance of
EnumValueEncoder . |
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) |
Modifier and Type | Method and Description |
---|---|
static ValueEncoderSource |
TapestryModule.buildValueEncoderSource(Map<Class,ValueEncoderFactory> configuration,
InvalidationEventHub hub) |
Copyright © 2003-2012 The Apache Software Foundation.