Uses of Interface
org.hibernate.metamodel.model.convert.spi.JpaAttributeConverter
-
Packages that use JpaAttributeConverter Package Description org.hibernate.boot.model.convert.spi org.hibernate.type.descriptor.converter Support for handling JPAAttributeConverterinstances as part of the HibernateTypesystem. -
-
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.type.descriptor.converter
Constructors in org.hibernate.type.descriptor.converter with parameters of type JpaAttributeConverter Constructor Description AttributeConverterMutabilityPlanImpl(JpaAttributeConverter converter, boolean mutable)
-