程序包的使用
org.hibernate.type.descriptor
-
使用org.hibernate.type.descriptor的程序包 程序包 说明 org.hibernate.dialect This package abstracts the SQL dialect of the underlying database.org.hibernate.engine.spi org.hibernate.event.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.dialect使用的org.hibernate.type.descriptor中的类 类 说明 ValueExtractor Contract for extracting value via JDBC (fromResultSetor as output param fromCallableStatement). -
org.hibernate.engine.spi使用的org.hibernate.type.descriptor中的类 类 说明 WrapperOptions Gives binding (nullSafeSet) and extracting (nullSafeGet) code access to options. -
org.hibernate.event.spi使用的org.hibernate.type.descriptor中的类 类 说明 WrapperOptions Gives binding (nullSafeSet) and extracting (nullSafeGet) code access to options. -
org.hibernate.internal使用的org.hibernate.type.descriptor中的类 类 说明 WrapperOptions Gives binding (nullSafeSet) and extracting (nullSafeGet) code access to options. -
org.hibernate.type使用的org.hibernate.type.descriptor中的类 类 说明 ValueBinder Contract for binding values to aPreparedStatement.ValueExtractor Contract for extracting value via JDBC (fromResultSetor as output param fromCallableStatement).WrapperOptions Gives binding (nullSafeSet) and extracting (nullSafeGet) code access to options. -
org.hibernate.type.descriptor使用的org.hibernate.type.descriptor中的类 类 说明 WrapperOptions Gives binding (nullSafeSet) and extracting (nullSafeGet) code access to options. -
org.hibernate.type.descriptor.converter使用的org.hibernate.type.descriptor中的类 类 说明 ValueBinder Contract for binding values to aPreparedStatement.ValueExtractor Contract for extracting value via JDBC (fromResultSetor as output param fromCallableStatement). -
org.hibernate.type.descriptor.java使用的org.hibernate.type.descriptor中的类 类 说明 WrapperOptions Gives binding (nullSafeSet) and extracting (nullSafeGet) code access to options. -
org.hibernate.type.descriptor.sql使用的org.hibernate.type.descriptor中的类 类 说明 ValueBinder Contract for binding values to aPreparedStatement.ValueExtractor Contract for extracting value via JDBC (fromResultSetor as output param fromCallableStatement).WrapperOptions Gives binding (nullSafeSet) and extracting (nullSafeGet) code access to options.