接口的使用
org.hibernate.metamodel.model.convert.spi.JpaAttributeConverter
-
使用JpaAttributeConverter的程序包 程序包 说明 org.hibernate.boot.model.convert.internal org.hibernate.boot.model.convert.spi org.hibernate.metamodel.model.convert.internal org.hibernate.type.descriptor.converter Support for handling JPAAttributeConverterinstances as part of the HibernateTypesystem. -
-
org.hibernate.boot.model.convert.internal中JpaAttributeConverter的使用
返回JpaAttributeConverter的org.hibernate.boot.model.convert.internal中的方法 修饰符和类型 方法 说明 JpaAttributeConverterAbstractConverterDescriptor. createJpaAttributeConverter(JpaAttributeConverterCreationContext context) -
org.hibernate.boot.model.convert.spi中JpaAttributeConverter的使用
返回JpaAttributeConverter的org.hibernate.boot.model.convert.spi中的方法 修饰符和类型 方法 说明 JpaAttributeConverterConverterDescriptor. createJpaAttributeConverter(JpaAttributeConverterCreationContext context)Factory for the runtime representation of the converter -
org.hibernate.metamodel.model.convert.internal中JpaAttributeConverter的使用
实现JpaAttributeConverter的org.hibernate.metamodel.model.convert.internal中的类 修饰符和类型 类 说明 classJpaAttributeConverterImpl<O,R>Standard implementation of JpaAttributeConverter -
org.hibernate.type.descriptor.converter中JpaAttributeConverter的使用
返回JpaAttributeConverter的org.hibernate.type.descriptor.converter中的方法 修饰符和类型 方法 说明 JpaAttributeConverter<? extends T,?>AttributeConverterTypeAdapter. getAttributeConverter()参数类型为JpaAttributeConverter的org.hibernate.type.descriptor.converter中的构造器 构造器 说明 AttributeConverterMutabilityPlanImpl(JpaAttributeConverter converter)AttributeConverterSqlTypeDescriptorAdapter(JpaAttributeConverter converter, SqlTypeDescriptor delegate, JavaTypeDescriptor intermediateJavaTypeDescriptor)AttributeConverterTypeAdapter(String name, String description, JpaAttributeConverter<? extends T,?> attributeConverter, SqlTypeDescriptor sqlTypeDescriptorAdapter, Class modelType, Class jdbcType, JavaTypeDescriptor<T> entityAttributeJavaTypeDescriptor)
-