Uses of Interface
org.hibernate.type.descriptor.converter.spi.JpaAttributeConverter
Packages that use JpaAttributeConverter
Package
Description
Defines the SPI of a
registry
of JPA
AttributeConverters.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 JpaAttributeConverterModifier and TypeMethodDescriptionAbstractConverterDescriptor.createJpaAttributeConverter(JpaAttributeConverterCreationContext context) -
Uses of JpaAttributeConverter in org.hibernate.boot.model.convert.spi
Methods in org.hibernate.boot.model.convert.spi that return JpaAttributeConverterModifier and TypeMethodDescriptionConverterDescriptor.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 JpaAttributeConverterConstructors in org.hibernate.boot.model.process.internal with parameters of type JpaAttributeConverterModifierConstructorDescriptionNamedConverterResolution(JavaType<J> domainJtd, JavaType<?> relationalJtd, JdbcType jdbcType, JpaAttributeConverter<J, ?> valueConverter, MutabilityPlan<J> mutabilityPlan, Class<J> primitiveClass, TypeConfiguration typeConfiguration) -
Uses of JpaAttributeConverter in org.hibernate.type.descriptor.converter.internal
Classes in org.hibernate.type.descriptor.converter.internal that implement JpaAttributeConverterConstructors in org.hibernate.type.descriptor.converter.internal with parameters of type JpaAttributeConverterModifierConstructorDescriptionAttributeConverterMutabilityPlanImpl(JpaAttributeConverter converter, boolean mutable)