| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.mapping.PropertyGeneration
public class PropertyGeneration
Indicates whether given properties are generated by the database and, if so, at what time(s) they are generated.
| Field Summary | |
|---|---|
| static PropertyGeneration | ALWAYSValues for this property are generated by the database on both insert and update. | 
| static PropertyGeneration | INSERTValues for this property are generated by the database on insert. | 
| static PropertyGeneration | NEVERValues for this property are never generated by the database. | 
| Method Summary | |
|---|---|
|  String | getName() | 
| static PropertyGeneration | parse(String name) | 
|  String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final PropertyGeneration NEVER
public static final PropertyGeneration INSERT
public static final PropertyGeneration ALWAYS
| Method Detail | 
|---|
public String getName()
public static PropertyGeneration parse(String name)
public String toString()
toString in class Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||