Uses of Class
org.hibernate.mapping.PropertyGeneration
-
Packages that use PropertyGeneration Package Description org.hibernate.mapping -
-
Uses of PropertyGeneration in org.hibernate.mapping
Fields in org.hibernate.mapping declared as PropertyGeneration Modifier and Type Field Description static PropertyGenerationPropertyGeneration. ALWAYSDeprecated.Values for this property are generated by the database on both insert and update.static PropertyGenerationPropertyGeneration. INSERTDeprecated.Values for this property are generated by the database on insert.static PropertyGenerationPropertyGeneration. NEVERDeprecated.Values for this property are never generated by the database.Methods in org.hibernate.mapping that return PropertyGeneration Modifier and Type Method Description static PropertyGenerationPropertyGeneration. parse(java.lang.String name)Deprecated.
-