Uses of Interface
org.apache.tapestry5.services.ValueEncoderFactory
-
Packages that use ValueEncoderFactory Package Description org.apache.tapestry5.hibernate.web.modules org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.jpa.modules -
-
Uses of ValueEncoderFactory in org.apache.tapestry5.hibernate.web.modules
Method parameters in org.apache.tapestry5.hibernate.web.modules with type arguments of type ValueEncoderFactory Modifier and Type Method Description static void
HibernateModule. ,ValueEncoderFactory> configuration, boolean provideEncoders, HibernateSessionSource sessionSource, org.hibernate.Session session, TypeCoercer typeCoercer, PropertyAccess propertyAccess, LoggerSource loggerSource)
ContributesValueEncoderFactory
s 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 Modifier and Type Class Description class
<E>>
Deprecated.this class is superseded byTypeCoercedValueEncoderFactory
and scheduled to be removed in Tapestry 5.5class
GenericValueEncoderFactory<V>
An implementation ofValueEncoderFactory
that returns a pre-wired instance ofValueEncoder
.class
TypeCoercedValueEncoderFactory
ProvidesValueEncoder
instances that are backed by theTypeCoercer
service.Constructor parameters in org.apache.tapestry5.internal.services with type arguments of type ValueEncoderFactory Constructor Description <,ValueEncoderFactory> configuration)
-
Uses of ValueEncoderFactory in org.apache.tapestry5.jpa.modules
Method parameters in org.apache.tapestry5.jpa.modules with type arguments of type ValueEncoderFactory Modifier and Type Method Description static void
JpaModule. ,ValueEncoderFactory> configuration, boolean provideEncoders, EntityManagerSource entityManagerSource, EntityManagerManager entityManagerManager, TypeCoercer typeCoercer, PropertyAccess propertyAccess, LoggerSource loggerSource)
-