|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataPort | |
---|---|
org.apache.cayenne.access | Contains classes that make up Cayenne ORM stack. |
Uses of DataPort in org.apache.cayenne.access |
---|
Methods in org.apache.cayenne.access with parameters of type DataPort | |
---|---|
void |
DataPortDelegate.didCleanData(DataPort portTool,
DbEntity entity,
int rowCount)
Invoked by DataPort right after the end of data cleanup for a given entity. |
void |
DataPortDelegate.didPortEntity(DataPort portTool,
DbEntity entity,
int rowCount)
Invoked by DataPort right after the end of data port for a given entity. |
Query |
DataPortDelegate.willCleanData(DataPort portTool,
DbEntity entity,
Query query)
Invoked by DataPort right before the start of data cleanup for a given entity. |
List |
DataPortDelegate.willCleanData(DataPort portTool,
List entities)
Allows delegate to sort or otherwise alter a list of DbEntities right before data cleanup starts. |
List |
DataPortDelegate.willPortEntities(DataPort portTool,
List entities)
Allows delegate to sort or otherwise alter a list of DbEntities right before the port starts. |
Query |
DataPortDelegate.willPortEntity(DataPort portTool,
DbEntity entity,
Query query)
Invoked by DataPort right before the start of data port for a given entity. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |