|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.enableit.db.darrt.resolvers.DeleteAndInsertConflictResolver
Conflict Resolver to replace existing rows with new ones in all cases.
| Field Summary | |
static java.lang.String |
about
CVS info ABOUT this class and its current version |
| Constructor Summary | |
DeleteAndInsertConflictResolver()
Default Constructor |
|
| Method Summary | |
org.enableit.db.beans.RowSet |
resolve(org.enableit.db.beans.Provider target,
org.enableit.db.beans.RowSet rows)
Remove the existing row that shares the same primary key, replacing it with the one received. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String about
| Constructor Detail |
public DeleteAndInsertConflictResolver()
| Method Detail |
public org.enableit.db.beans.RowSet resolve(org.enableit.db.beans.Provider target,
org.enableit.db.beans.RowSet rows)
resolve in interface ConflictResolver
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||