接口的使用
org.hibernate.type.IdentifierType
-
使用IdentifierType的程序包 程序包 说明 org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. -
-
org.hibernate.type中IdentifierType的使用
org.hibernate.type中IdentifierType的子接口 修饰符和类型 接口 说明 interfaceDiscriminatorType<T>Additional contract for aTypemay be used for a discriminator.实现IdentifierType的org.hibernate.type中的类 修饰符和类型 类 说明 classBigIntegerTypeA type that maps between aNUMERICandBigInteger.classBooleanTypeclassByteTypeclassCharacterNCharTypeclassCharacterTypeclassCustomTypeclassDateTypeclassIntegerTypeA type that maps betweenINTEGERand @link Integer}classLongTypeclassNumericBooleanTypeclassShortTypeclassStringNVarcharTypeclassStringTypeclassTrueFalseTypeclassUrlTypeclassYesNoType
-