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 JpaAttributeConverterConverterDescriptor. createJpaAttributeConverter(JpaAttributeConverterCreationContext context)Factory for the runtime representation of the converter -
Uses of JpaAttributeConverter in org.hibernate.type.descriptor.converter
Methods in org.hibernate.type.descriptor.converter that return JpaAttributeConverter Modifier and Type Method Description JpaAttributeConverter<? extends T,?>AttributeConverterTypeAdapter. getAttributeConverter()Constructors in org.hibernate.type.descriptor.converter with parameters of type JpaAttributeConverter Constructor Description AttributeConverterMutabilityPlanImpl(JpaAttributeConverter converter)AttributeConverterSqlTypeDescriptorAdapter(JpaAttributeConverter converter, SqlTypeDescriptor delegate, JavaTypeDescriptor intermediateJavaTypeDescriptor)AttributeConverterTypeAdapter(java.lang.String name, java.lang.String description, JpaAttributeConverter<? extends T,?> attributeConverter, SqlTypeDescriptor sqlTypeDescriptorAdapter, java.lang.Class modelType, java.lang.Class jdbcType, JavaTypeDescriptor<T> entityAttributeJavaTypeDescriptor)
-