public class UpdateStrategies extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static int | IGNOREIgnore updates; field is always considered clean. | 
| static int | NONENo update strategy. | 
| static int | RESTRICTThrow an exception on attempt to update. | 
| Constructor and Description | 
|---|
| UpdateStrategies() | 
| Modifier and Type | Method and Description | 
|---|---|
| static int | getCode(String val,
       Object context)Convert the given strategy name to its constant. | 
| static String | getName(int strategy)Convert the given strategy to a name. | 
public static final int NONE
public static final int IGNORE
public static final int RESTRICT
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.