|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
MapOperatorMatchingStrategy is the interface that
provides the matching strategy constants for reconciling with
map operators.
| Field Summary | |
static java.lang.String |
CREATE_STRATEGY
Match strategy specification constant: special strategy which creates a new target object and reconciles it with the source. |
static java.lang.String |
MATCH_BY_ID
Match strategy specification constant: match by internal ID. |
static java.lang.String |
MATCH_BY_ID_AND_NAME
Match strategy specification constant: match by id and name. |
static java.lang.String |
MATCH_BY_ID_AND_NAME_AND_POSITION
Match strategy specification constant: match by id and name and position. |
static java.lang.String |
MATCH_BY_ID_AND_POSITION
Match strategy specification constant: match by id and position. |
static java.lang.String |
MATCH_BY_NAME
Match strategy specification constant: match by name. |
static java.lang.String |
MATCH_BY_NAME_AND_POSITION
Match strategy specification constant: match by name and position. |
static java.lang.String |
MATCH_BY_POSITION
Match strategy specification constant: match by position. |
static int |
STRATEGY_COUNT
The total number of available strategies. |
| Field Detail |
public static final java.lang.String MATCH_BY_ID
public static final java.lang.String MATCH_BY_NAME
public static final java.lang.String MATCH_BY_POSITION
public static final java.lang.String MATCH_BY_ID_AND_NAME
public static final java.lang.String MATCH_BY_ID_AND_POSITION
public static final java.lang.String MATCH_BY_NAME_AND_POSITION
public static final java.lang.String MATCH_BY_ID_AND_NAME_AND_POSITION
public static final java.lang.String CREATE_STRATEGY
public static final int STRATEGY_COUNT
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||