org.hibernate.mapping
Class PropertyGeneration
java.lang.Object
org.hibernate.mapping.PropertyGeneration
- Serializable
public class PropertyGeneration
extends java.lang.Object
implements Serializable
Indicates whether given properties are generated by the database and, if
so, at what time(s) they are generated.
ALWAYS
public static final PropertyGeneration ALWAYS
Values for this property are generated by the database on both insert and update.
INSERT
public static final PropertyGeneration INSERT
Values for this property are generated by the database on insert.
NEVER
public static final PropertyGeneration NEVER
Values for this property are never generated by the database.
getName
public String getName()
toString
public String toString()