Uses of Class
org.hibernate.mapping.PropertyGeneration
-
Packages that use PropertyGeneration Package Description org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of PropertyGeneration in org.hibernate.mapping
Fields in org.hibernate.mapping declared as PropertyGeneration Modifier and Type Field Description static PropertyGeneration
PropertyGeneration. ALWAYS
Deprecated.Values for this property are generated by the database on both insert and update.static PropertyGeneration
PropertyGeneration. INSERT
Deprecated.Values for this property are generated by the database on insert.static PropertyGeneration
PropertyGeneration. NEVER
Deprecated.Values for this property are never generated by the database.Methods in org.hibernate.mapping that return PropertyGeneration Modifier and Type Method Description static PropertyGeneration
PropertyGeneration. parse(String name)
Deprecated.
-