类的使用
org.hibernate.type.TimestampType
-
使用TimestampType的程序包 程序包 说明 org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. -
-
org.hibernate.type中TimestampType的使用
org.hibernate.type中TimestampType的子类 修饰符和类型 类 说明 classDbTimestampTypedbtimestamp: An extension ofTimestampTypewhich maps to the database's current timestamp, rather than the jvm's current timestamp.声明为TimestampType的org.hibernate.type中的字段 修饰符和类型 字段 说明 static TimestampTypeTimestampType. INSTANCEstatic TimestampTypeStandardBasicTypes. TIMESTAMP
-