Uses of Interface
org.hibernate.type.descriptor.converter.spi.JpaAttributeConverter
-
Packages that use JpaAttributeConverter Package Description org.hibernate.boot.model.convert.spi Defines the SPI of a registry of JPAAttributeConverters. -
-
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
-