接口的使用
org.hibernate.type.descriptor.sql.SqlTypeDescriptor
-
使用SqlTypeDescriptor的程序包 程序包 说明 org.hibernate.boot.internal org.hibernate.boot.model org.hibernate.dialect This package abstracts the SQL dialect of the underlying database.org.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.type.descriptor org.hibernate.type.descriptor.converter Support for handling JPAAttributeConverterinstances as part of the HibernateTypesystem.org.hibernate.type.descriptor.java org.hibernate.type.descriptor.sql Defines handling of the standard JDBC-defined types.org.hibernate.type.descriptor.sql.spi -
-
org.hibernate.boot.internal中SqlTypeDescriptor的使用
参数类型为SqlTypeDescriptor的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 voidMetadataBuilderImpl. contributeSqlTypeDescriptor(SqlTypeDescriptor descriptor) -
org.hibernate.boot.model中SqlTypeDescriptor的使用
参数类型为SqlTypeDescriptor的org.hibernate.boot.model中的方法 修饰符和类型 方法 说明 voidTypeContributions. contributeSqlTypeDescriptor(SqlTypeDescriptor descriptor)Add the JavaTypeDescriptor to theTypeConfiguration'sJavaTypeDescriptorRegistry -
org.hibernate.dialect中SqlTypeDescriptor的使用
实现SqlTypeDescriptor的org.hibernate.dialect中的类 修饰符和类型 类 说明 static classAbstractHANADialect.HANABlobTypeDescriptor参数类型为SqlTypeDescriptor的org.hibernate.dialect中的方法 修饰符和类型 方法 说明 SqlTypeDescriptorDialect. remapSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor)Allows the dialect to override aSqlTypeDescriptor. -
org.hibernate.engine.spi中SqlTypeDescriptor的使用
返回SqlTypeDescriptor的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 SqlTypeDescriptorSessionDelegatorBaseImpl. remapSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor)参数类型为SqlTypeDescriptor的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 SqlTypeDescriptorSessionDelegatorBaseImpl. remapSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor) -
org.hibernate.internal中SqlTypeDescriptor的使用
返回SqlTypeDescriptor的org.hibernate.internal中的方法 修饰符和类型 方法 说明 SqlTypeDescriptorAbstractSharedSessionContract. remapSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor)参数类型为SqlTypeDescriptor的org.hibernate.internal中的方法 修饰符和类型 方法 说明 SqlTypeDescriptorAbstractSharedSessionContract. remapSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor) -
org.hibernate.type中SqlTypeDescriptor的使用
实现SqlTypeDescriptor的org.hibernate.type中的类 修饰符和类型 类 说明 static classPostgresUUIDType.PostgresUUIDSqlTypeDescriptor返回SqlTypeDescriptor的org.hibernate.type中的方法 修饰符和类型 方法 说明 SqlTypeDescriptorAbstractStandardBasicType. getSqlTypeDescriptor()protected SqlTypeDescriptorAbstractStandardBasicType. remapSqlTypeDescriptor(WrapperOptions options)参数类型为SqlTypeDescriptor的org.hibernate.type中的方法 修饰符和类型 方法 说明 voidAbstractStandardBasicType. setSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor)参数类型为SqlTypeDescriptor的org.hibernate.type中的构造器 构造器 说明 AbstractSingleColumnStandardBasicType(SqlTypeDescriptor sqlTypeDescriptor, JavaTypeDescriptor<T> javaTypeDescriptor)AbstractStandardBasicType(SqlTypeDescriptor sqlTypeDescriptor, JavaTypeDescriptor<T> javaTypeDescriptor)BooleanType(SqlTypeDescriptor sqlTypeDescriptor, BooleanTypeDescriptor javaTypeDescriptor)StandardBasicTypeTemplate(SqlTypeDescriptor sqlTypeDescriptor, JavaTypeDescriptor<J> javaTypeDescriptor, String... registrationKeys) -
org.hibernate.type.descriptor中SqlTypeDescriptor的使用
返回SqlTypeDescriptor的org.hibernate.type.descriptor中的方法 修饰符和类型 方法 说明 SqlTypeDescriptorWrapperOptions. remapSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor)Allow remapping of descriptors for dealing with sql type.参数类型为SqlTypeDescriptor的org.hibernate.type.descriptor中的方法 修饰符和类型 方法 说明 SqlTypeDescriptorWrapperOptions. remapSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor)Allow remapping of descriptors for dealing with sql type. -
org.hibernate.type.descriptor.converter中SqlTypeDescriptor的使用
实现SqlTypeDescriptor的org.hibernate.type.descriptor.converter中的类 修饰符和类型 类 说明 classAttributeConverterSqlTypeDescriptorAdapterAdapter for incorporating JPAAttributeConverterhandling into the SqlTypeDescriptor contract.参数类型为SqlTypeDescriptor的org.hibernate.type.descriptor.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) -
org.hibernate.type.descriptor.java中SqlTypeDescriptor的使用
返回SqlTypeDescriptor的org.hibernate.type.descriptor.java中的方法 修饰符和类型 方法 说明 default SqlTypeDescriptorBasicJavaDescriptor. getJdbcRecommendedSqlType(JdbcRecommendedSqlTypeMappingContext context)Obtain the "recommended" SQL type descriptor for this Java type. -
org.hibernate.type.descriptor.sql中SqlTypeDescriptor的使用
实现SqlTypeDescriptor的org.hibernate.type.descriptor.sql中的类 修饰符和类型 类 说明 classBigIntTypeDescriptorDescriptor forBIGINThandling.classBinaryTypeDescriptorDescriptor forBINARYhandling.classBitTypeDescriptorDescriptor forBIThandling.classBlobTypeDescriptorDescriptor forBLOBhandling.classBooleanTypeDescriptorDescriptor forBOOLEANhandling.classCharTypeDescriptorDescriptor forCHARhandling.classClobTypeDescriptorDescriptor forCLOBhandling.classDateTypeDescriptorDescriptor forDATEhandling.classDecimalTypeDescriptorDescriptor forDECIMALhandling.classDoubleTypeDescriptorDescriptor forDOUBLEhandling.classFloatTypeDescriptorDescriptor forFLOAThandling.classIntegerTypeDescriptorDescriptor forINTEGERhandling.classLongNVarcharTypeDescriptorDescriptor forLONGNVARCHARhandling.classLongVarbinaryTypeDescriptorDescriptor forLONGVARBINARYhandling.classLongVarcharTypeDescriptorDescriptor forLONGVARCHARhandling.classNCharTypeDescriptorDescriptor forNCHARhandling.classNClobTypeDescriptorDescriptor forNCLOBhandling.classNumericTypeDescriptorDescriptor forNUMERIChandling.classNVarcharTypeDescriptorDescriptor forNVARCHARhandling.classRealTypeDescriptorDescriptor forREALhandling.classSmallIntTypeDescriptorDescriptor forSMALLINThandling.static classSqlTypeDescriptorRegistry.ObjectSqlTypeDescriptor已过时。classTimestampTypeDescriptorDescriptor forTIMESTAMPhandling.classTimeTypeDescriptorDescriptor forTIMEhandling.classTinyIntTypeDescriptorDescriptor forTINYINThandling.classVarbinaryTypeDescriptorDescriptor forVARBINARYhandling.classVarcharTypeDescriptorDescriptor forVARCHARhandling.返回SqlTypeDescriptor的org.hibernate.type.descriptor.sql中的方法 修饰符和类型 方法 说明 SqlTypeDescriptorSqlTypeDescriptorRegistry. getDescriptor(int jdbcTypeCode)已过时。(5.3) UseSqlTypeDescriptorRegistry.getDescriptor(int)instead.SqlTypeDescriptorBasicBinder. getSqlDescriptor()SqlTypeDescriptorBasicExtractor. getSqlDescriptor()参数类型为SqlTypeDescriptor的org.hibernate.type.descriptor.sql中的方法 修饰符和类型 方法 说明 voidSqlTypeDescriptorRegistry. addDescriptor(SqlTypeDescriptor sqlTypeDescriptor)已过时。(5.3) UseSqlTypeDescriptorRegistry.addDescriptor(SqlTypeDescriptor)instead.参数类型为SqlTypeDescriptor的org.hibernate.type.descriptor.sql中的构造器 构造器 说明 BasicBinder(JavaTypeDescriptor<J> javaDescriptor, SqlTypeDescriptor sqlDescriptor)BasicExtractor(JavaTypeDescriptor<J> javaDescriptor, SqlTypeDescriptor sqlDescriptor) -
org.hibernate.type.descriptor.sql.spi中SqlTypeDescriptor的使用
返回SqlTypeDescriptor的org.hibernate.type.descriptor.sql.spi中的方法 修饰符和类型 方法 说明 SqlTypeDescriptorSqlTypeDescriptorRegistry. getDescriptor(int jdbcTypeCode)参数类型为SqlTypeDescriptor的org.hibernate.type.descriptor.sql.spi中的方法 修饰符和类型 方法 说明 voidSqlTypeDescriptorRegistry. addDescriptor(SqlTypeDescriptor sqlTypeDescriptor)
-