Uses of Interface
org.hibernate.type.descriptor.converter.spi.JpaAttributeConverter
-
Packages that use JpaAttributeConverter Package Description org.hibernate.boot.model.convert.internal org.hibernate.boot.model.convert.spi Defines the SPI of a registry of JPAAttributeConverter
s.org.hibernate.boot.model.process.internal org.hibernate.type.descriptor.converter.internal Implements the SPI for basic-typed value conversions. -
-
Uses of JpaAttributeConverter in org.hibernate.boot.model.convert.internal
Methods in org.hibernate.boot.model.convert.internal that return JpaAttributeConverter Modifier and Type Method Description JpaAttributeConverter<?,?>
AbstractConverterDescriptor. createJpaAttributeConverter(JpaAttributeConverterCreationContext context)
-
Uses of JpaAttributeConverter in org.hibernate.boot.model.convert.spi
Methods in org.hibernate.boot.model.convert.spi that return JpaAttributeConverter Modifier and Type Method Description JpaAttributeConverter<?,?>
ConverterDescriptor. createJpaAttributeConverter(JpaAttributeConverterCreationContext context)
Factory for the runtime representation of the converter -
Uses of JpaAttributeConverter in org.hibernate.boot.model.process.internal
Methods in org.hibernate.boot.model.process.internal that return JpaAttributeConverter Modifier and Type Method Description JpaAttributeConverter<J,?>
NamedConverterResolution. getValueConverter()
Constructors in org.hibernate.boot.model.process.internal with parameters of type JpaAttributeConverter Constructor Description NamedConverterResolution(JavaType<J> domainJtd, JavaType<?> relationalJtd, JdbcType jdbcType, JpaAttributeConverter<J,?> valueConverter, MutabilityPlan<J> mutabilityPlan, TypeConfiguration typeConfiguration)
-
Uses of JpaAttributeConverter in org.hibernate.type.descriptor.converter.internal
Classes in org.hibernate.type.descriptor.converter.internal that implement JpaAttributeConverter Modifier and Type Class Description class
JpaAttributeConverterImpl<O,R>
Standard implementation ofJpaAttributeConverter
.Constructors in org.hibernate.type.descriptor.converter.internal with parameters of type JpaAttributeConverter Constructor Description AttributeConverterMutabilityPlanImpl(JpaAttributeConverter converter, boolean mutable)
-