| Package | Description |
|---|---|
| org.apache.cayenne.access.flush | |
| org.apache.cayenne.access.flush.operation |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DefaultDataDomainFlushAction.PhantomDbRowOpCleaner |
| Modifier and Type | Field and Description |
|---|---|
protected static DbRowOpVisitor<Void> |
DefaultDataDomainFlushAction.PhantomDbRowOpCleaner.INSTANCE |
| Modifier and Type | Class and Description |
|---|---|
class |
DbRowOpMerger
BiFunction that merges two
DbRowOp changing same object. |
protected static class |
DefaultDbRowOpSorter.DbRowTypeVisitor |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
DeleteDbRowOp.accept(DbRowOpVisitor<T> visitor) |
<T> T |
InsertDbRowOp.accept(DbRowOpVisitor<T> visitor) |
<T> T |
DeleteInsertDbRowOp.accept(DbRowOpVisitor<T> visitor) |
<T> T |
UpdateDbRowOp.accept(DbRowOpVisitor<T> visitor) |
<T> T |
DbRowOp.accept(DbRowOpVisitor<T> visitor) |
Copyright © 2001–2020 Apache Cayenne. All rights reserved.