类的使用
org.hibernate.type.CharacterArrayType
-
使用CharacterArrayType的程序包 程序包 说明 org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. -
-
org.hibernate.type中CharacterArrayType的使用
声明为CharacterArrayType的org.hibernate.type中的字段 修饰符和类型 字段 说明 static CharacterArrayTypeStandardBasicTypes. CHARACTER_ARRAYThe standard Hibernate type for mappingCharacter[]to JDBCVARCHAR.static CharacterArrayTypeCharacterArrayType. INSTANCE
-