Fields Summary |
---|
public static final PropertyGeneration | NEVERValues for this property are never generated by the database. |
public static final PropertyGeneration | INSERTValues for this property are generated by the database on insert. |
public static final PropertyGeneration | ALWAYSValues for this property are generated by the database on both insert and update. |
private final String | name |