类的使用
org.hibernate.engine.jdbc.spi.TypeInfo
-
使用TypeInfo的程序包 程序包 说明 org.hibernate.engine.jdbc.env.internal org.hibernate.engine.jdbc.env.spi org.hibernate.engine.jdbc.spi SPI contracts for supporting various aspects of JDBC interaction -
-
org.hibernate.engine.jdbc.env.internal中TypeInfo的使用
返回TypeInfo的org.hibernate.engine.jdbc.env.internal中的方法 修饰符和类型 方法 说明 TypeInfoJdbcEnvironmentImpl. getTypeInfoForJdbcCode(int jdbcTypeCode)返回变量类型为TypeInfo的类型的org.hibernate.engine.jdbc.env.internal中的方法 修饰符和类型 方法 说明 LinkedHashSet<TypeInfo>ExtractedDatabaseMetaDataImpl. getTypeInfoSet()参数类型为TypeInfo的org.hibernate.engine.jdbc.env.internal中的方法 修饰符和类型 方法 说明 ExtractedDatabaseMetaDataImpl.BuilderExtractedDatabaseMetaDataImpl.Builder. addTypeInfo(TypeInfo typeInfo)类型变量类型为TypeInfo的org.hibernate.engine.jdbc.env.internal中的方法参数 修饰符和类型 方法 说明 ExtractedDatabaseMetaDataImpl.BuilderExtractedDatabaseMetaDataImpl.Builder. setTypeInfoSet(LinkedHashSet<TypeInfo> typeInfoSet) -
org.hibernate.engine.jdbc.env.spi中TypeInfo的使用
返回TypeInfo的org.hibernate.engine.jdbc.env.spi中的方法 修饰符和类型 方法 说明 TypeInfoJdbcEnvironment. getTypeInfoForJdbcCode(int jdbcTypeCode)Find type information for the type identified by the given "JDBC type code".返回变量类型为TypeInfo的类型的org.hibernate.engine.jdbc.env.spi中的方法 修饰符和类型 方法 说明 LinkedHashSet<TypeInfo>ExtractedDatabaseMetaData. getTypeInfoSet()Set of type info reported by the driver. -
org.hibernate.engine.jdbc.spi中TypeInfo的使用
返回变量类型为TypeInfo的类型的org.hibernate.engine.jdbc.spi中的方法 修饰符和类型 方法 说明 static LinkedHashSet<TypeInfo>TypeInfo. extractTypeInfo(DatabaseMetaData metaData)Extract the type information from the JDBC driver's DatabaseMetaData
-