Uses of Interface
org.apache.tapestry5.services.ValueEncoderFactory

Packages that use ValueEncoderFactory
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 
 

Uses of ValueEncoderFactory in org.apache.tapestry5.hibernate
 

Method parameters in org.apache.tapestry5.hibernate with type arguments of type ValueEncoderFactory
static void HibernateModule.contributeValueEncoderSource(MappedConfiguration<Class,ValueEncoderFactory> configuration, boolean provideEncoders, HibernateSessionSource sessionSource, org.hibernate.Session session, TypeCoercer typeCoercer, PropertyAccess propertyAccess, LoggerSource loggerSource)
          Contributes ValueEncoderFactorys for all registered Hibernate entity classes.
 

Uses of ValueEncoderFactory in org.apache.tapestry5.internal.services
 

Classes in org.apache.tapestry5.internal.services that implement ValueEncoderFactory
 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 parameters in org.apache.tapestry5.internal.services with type arguments of type ValueEncoderFactory
ValueEncoderSourceImpl(Map<Class,ValueEncoderFactory> configuration)
           
 

Uses of ValueEncoderFactory in org.apache.tapestry5.jpa
 

Method parameters in org.apache.tapestry5.jpa with type arguments of type ValueEncoderFactory
static void JpaModule.provideValueEncoders(MappedConfiguration<Class,ValueEncoderFactory> configuration, boolean provideEncoders, EntityManagerSource entityManagerSource, EntityManagerManager entityManagerManager, TypeCoercer typeCoercer, PropertyAccess propertyAccess, LoggerSource loggerSource)
           
 

Uses of ValueEncoderFactory in org.apache.tapestry5.services
 

Method parameters in org.apache.tapestry5.services with type arguments of type ValueEncoderFactory
static ValueEncoderSource TapestryModule.buildValueEncoderSource(Map<Class,ValueEncoderFactory> configuration, InvalidationEventHub hub)
           
 



Copyright © 2003-2012 The Apache Software Foundation.