类的使用
org.hibernate.type.RowVersionType
-
使用RowVersionType的程序包 程序包 说明 org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. -
-
org.hibernate.type中RowVersionType的使用
声明为RowVersionType的org.hibernate.type中的字段 修饰符和类型 字段 说明 static RowVersionTypeRowVersionType. INSTANCEstatic RowVersionTypeStandardBasicTypes. ROW_VERSIONThe standard Hibernate type for mappingbyte[]to JDBCVARBINARY, specifically for entity versions/timestamps.
-