ValueGeneration and GenerationTiming@Deprecated
public class PropertyGeneration
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static PropertyGeneration |
ALWAYS
Deprecated.
Values for this property are generated by the database on both insert and update.
|
static PropertyGeneration |
INSERT
Deprecated.
Values for this property are generated by the database on insert.
|
static PropertyGeneration |
NEVER
Deprecated.
Values for this property are never generated by the database.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Deprecated.
|
static PropertyGeneration |
parse(java.lang.String name)
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
public static final PropertyGeneration NEVER
public static final PropertyGeneration INSERT
public static final PropertyGeneration ALWAYS
public java.lang.String getName()
public static PropertyGeneration parse(java.lang.String name)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.