类的使用
org.hibernate.mapping.PropertyGeneration
-
使用PropertyGeneration的程序包 程序包 说明 org.hibernate.mapping This package defines the Hibernate configuration-time metamodel. -
-
org.hibernate.mapping中PropertyGeneration的使用
声明为PropertyGeneration的org.hibernate.mapping中的字段 修饰符和类型 字段 说明 static PropertyGenerationPropertyGeneration. ALWAYS已过时。Values for this property are generated by the database on both insert and update.static PropertyGenerationPropertyGeneration. INSERT已过时。Values for this property are generated by the database on insert.static PropertyGenerationPropertyGeneration. NEVER已过时。Values for this property are never generated by the database.返回PropertyGeneration的org.hibernate.mapping中的方法 修饰符和类型 方法 说明 static PropertyGenerationPropertyGeneration. parse(String name)已过时。
-