| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openjpa.meta.UpdateStrategies
public class UpdateStrategies
Strategies for persistent value updates.
| Field Summary | |
|---|---|
| static int | IGNOREIgnore updates; field is always considered clean. | 
| static int | NONENo update strategy. | 
| static int | RESTRICTThrow an exception on attempt to update. | 
| Constructor Summary | |
|---|---|
| UpdateStrategies() | |
| Method Summary | |
|---|---|
| static int | getCode(java.lang.String val,
        java.lang.Object context)Convert the given strategy name to its constant. | 
| static java.lang.String | getName(int strategy)Convert the given strategy to a name. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final int NONE
public static final int IGNORE
public static final int RESTRICT
| Constructor Detail | 
|---|
public UpdateStrategies()
| Method Detail | 
|---|
public static java.lang.String getName(int strategy)
public static int getCode(java.lang.String val,
                          java.lang.Object context)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||