接口的使用
org.hibernate.type.PrimitiveType
-
使用PrimitiveType的程序包 程序包 说明 org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. -
-
org.hibernate.type中PrimitiveType的使用
实现PrimitiveType的org.hibernate.type中的类 修饰符和类型 类 说明 classBooleanTypeclassByteTypeclassCharacterNCharTypeclassCharacterTypeclassDoubleTypeclassFloatTypeclassIntegerTypeA type that maps betweenINTEGERand @link Integer}classLongTypeclassNumericBooleanTypeclassShortTypeclassTrueFalseTypeclassYesNoType
-