ValueGeneration and GenerationTiming@Deprecated public class PropertyGeneration extends Object implements 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. 
 | 
public static final PropertyGeneration NEVER
public static final PropertyGeneration INSERT
public static final PropertyGeneration ALWAYS
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.