Uses of Class
org.hibernate.mapping.PropertyGeneration
Packages that use PropertyGeneration
Package
Description
This package defines the Hibernate configuration-time mapping model.
-
Uses of PropertyGeneration in org.hibernate.mapping
Fields in org.hibernate.mapping declared as PropertyGenerationModifier and TypeFieldDescriptionstatic final PropertyGenerationPropertyGeneration.ALWAYSDeprecated.Values for this property are generated by the database on both insert and update.static final PropertyGenerationPropertyGeneration.INSERTDeprecated.Values for this property are generated by the database on insert.static final PropertyGenerationPropertyGeneration.NEVERDeprecated.Values for this property are never generated by the database.Methods in org.hibernate.mapping that return PropertyGeneration