Package org.hibernate.mapping
Class PropertyGeneration
java.lang.Object
org.hibernate.mapping.PropertyGeneration
- All Implemented Interfaces:
Serializable
Deprecated.
Indicates whether given properties are generated by the database and, if
so, at what time(s) they are generated.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PropertyGeneration
Deprecated.Values for this property are generated by the database on both insert and update.static final PropertyGeneration
Deprecated.Values for this property are generated by the database on insert.static final PropertyGeneration
Deprecated.Values for this property are never generated by the database. -
Method Summary
-
Field Details
-
NEVER
Deprecated.Values for this property are never generated by the database. -
INSERT
Deprecated.Values for this property are generated by the database on insert. -
ALWAYS
Deprecated.Values for this property are generated by the database on both insert and update.
-
-
Method Details
ValueGeneration
andGenerationTiming
, and is no longer used