@Deprecated public interface DataPortDelegate
Modifier and Type | Method and Description |
---|---|
void |
didCleanData(DataPort portTool,
DbEntity entity,
int rowCount)
Deprecated.
Invoked by DataPort right after the end of data cleanup for a given entity.
|
void |
didPortEntity(DataPort portTool,
DbEntity entity,
int rowCount)
Deprecated.
Invoked by DataPort right after the end of data port for a given entity.
|
Query |
willCleanData(DataPort portTool,
DbEntity entity,
Query query)
Deprecated.
Invoked by DataPort right before the start of data cleanup for a given entity.
|
List |
willCleanData(DataPort portTool,
List entities)
Deprecated.
Allows delegate to sort or otherwise alter a list of DbEntities right before data
cleanup starts.
|
List |
willPortEntities(DataPort portTool,
List entities)
Deprecated.
Allows delegate to sort or otherwise alter a list of DbEntities right before the
port starts.
|
Query |
willPortEntity(DataPort portTool,
DbEntity entity,
Query query)
Deprecated.
Invoked by DataPort right before the start of data port for a given entity.
|
List willPortEntities(DataPort portTool, List entities)
Query willPortEntity(DataPort portTool, DbEntity entity, Query query)
void didPortEntity(DataPort portTool, DbEntity entity, int rowCount)
List willCleanData(DataPort portTool, List entities)
Query willCleanData(DataPort portTool, DbEntity entity, Query query)
Copyright © 2001–2023 Apache Cayenne. All rights reserved.