public class UpdateStrategies extends Object
Modifier and Type | Field and Description |
---|---|
static int |
IGNORE
Ignore updates; field is always considered clean.
|
static int |
NONE
No update strategy.
|
static int |
RESTRICT
Throw an exception on attempt to update.
|
Constructor and Description |
---|
UpdateStrategies() |
public static final int NONE
public static final int IGNORE
public static final int RESTRICT
Copyright © 2006–2017 Apache Software Foundation. All rights reserved.