Uses of Interface
org.hibernate.metamodel.model.convert.spi.JpaAttributeConverter
-
Packages that use JpaAttributeConverter Package Description org.hibernate.boot.model.convert.internal org.hibernate.boot.model.convert.spi org.hibernate.boot.model.process.internal org.hibernate.metamodel.model.convert.internal org.hibernate.type.descriptor.converter Support for handling JPAAttributeConverterinstances as part of the HibernateTypesystem. -
-
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.metamodel.model.convert.internal
Classes in org.hibernate.metamodel.model.convert.internal that implement JpaAttributeConverter Modifier and Type Class Description classJpaAttributeConverterImpl<O,R>Standard implementation of JpaAttributeConverter -
Uses of JpaAttributeConverter in org.hibernate.type.descriptor.converter
Constructors in org.hibernate.type.descriptor.converter with parameters of type JpaAttributeConverter Constructor Description AttributeConverterMutabilityPlanImpl(JpaAttributeConverter converter, boolean mutable)
-