Uses of Interface
org.hibernate.boot.model.convert.spi.JpaAttributeConverterCreationContext
-
Packages that use JpaAttributeConverterCreationContext Package Description org.hibernate.boot.model.convert.spi Defines the SPI of a registry of JPAAttributeConverters.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of JpaAttributeConverterCreationContext in org.hibernate.boot.model.convert.spi
Methods in org.hibernate.boot.model.convert.spi with parameters of type JpaAttributeConverterCreationContext Modifier and Type Method Description JpaAttributeConverter<?,?>ConverterDescriptor. createJpaAttributeConverter(JpaAttributeConverterCreationContext context)Factory for the runtime representation of the converter -
Uses of JpaAttributeConverterCreationContext in org.hibernate.mapping
Classes in org.hibernate.mapping that implement JpaAttributeConverterCreationContext Modifier and Type Class Description classBasicValueclassDependantBasicValue
-