|
||||||||||
| 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 |
ALWAYS
Values for this property are generated by the database on both insert and update. |
static PropertyGeneration |
INSERT
Values for this property are generated by the database on insert. |
static PropertyGeneration |
NEVER
Values for this property are never generated by the database. |
| Method Summary | |
|---|---|
java.lang.String |
getName()
|
static PropertyGeneration |
parse(java.lang.String name)
|
java.lang.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 java.lang.String getName()
public static PropertyGeneration parse(java.lang.String name)
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||