Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
C D E G I O P S W

C

cleaningDestination - Variable in class org.objectstyle.cayenne.dataport.DataPort
 

D

DataPort - class org.objectstyle.cayenne.dataport.DataPort.
Engine to port data between two DataNodes.
DataPort(DataPortDelegate) - Constructor for class org.objectstyle.cayenne.dataport.DataPort
Creates new DataPort instance, initializing it with a DataPortDelegate.
DataPortDelegate - interface org.objectstyle.cayenne.dataport.DataPortDelegate.
Interface for callback and delegate methods allowing implementing classes to control various aspects of data porting via DataPort.
delegate - Variable in class org.objectstyle.cayenne.dataport.DataPort
 
destinationNode - Variable in class org.objectstyle.cayenne.dataport.DataPort
 
didCleanData(DataPort, DbEntity, int) - Method in interface org.objectstyle.cayenne.dataport.DataPortDelegate
Invoked by DataPort right after the end of data cleanup for a given entity.
didPortEntity(DataPort, DbEntity, int) - Method in interface org.objectstyle.cayenne.dataport.DataPortDelegate
Invoked by DataPort right after the end of data port for a given entity.

E

entities - Variable in class org.objectstyle.cayenne.dataport.DataPort
 
execute() - Method in class org.objectstyle.cayenne.dataport.DataPort
Runs DataPort.

G

getDelegate() - Method in class org.objectstyle.cayenne.dataport.DataPort
 
getDestinationNode() - Method in class org.objectstyle.cayenne.dataport.DataPort
 
getEntities() - Method in class org.objectstyle.cayenne.dataport.DataPort
 
getSourceNode() - Method in class org.objectstyle.cayenne.dataport.DataPort
 

I

INSERT_BATCH_SIZE - Static variable in class org.objectstyle.cayenne.dataport.DataPort
 
isCleaningDestination() - Method in class org.objectstyle.cayenne.dataport.DataPort
 

O

org.objectstyle.cayenne.dataport - package org.objectstyle.cayenne.dataport
 

P

processDelete(List) - Method in class org.objectstyle.cayenne.dataport.DataPort
Cleans up destination tables data.
processInsert(List) - Method in class org.objectstyle.cayenne.dataport.DataPort
Reads source data from source, saving it to destination.

S

setCleaningDestination(boolean) - Method in class org.objectstyle.cayenne.dataport.DataPort
Defines whether DataPort should delete all data from destination tables before doing the port.
setDelegate(DataPortDelegate) - Method in class org.objectstyle.cayenne.dataport.DataPort
 
setDestinationNode(DataNode) - Method in class org.objectstyle.cayenne.dataport.DataPort
Sets the DataNode serving as a destination of the ported data.
setEntities(List) - Method in class org.objectstyle.cayenne.dataport.DataPort
Sets the initial list of entities to process.
setSourceNode(DataNode) - Method in class org.objectstyle.cayenne.dataport.DataPort
Sets the DataNode serving as a source of the ported data.
sourceNode - Variable in class org.objectstyle.cayenne.dataport.DataPort
 

W

willCleanData(DataPort, List) - Method in interface org.objectstyle.cayenne.dataport.DataPortDelegate
Allows delegate to sort or otherwise alter a list of DbEntities right before data cleanup starts.
willCleanData(DataPort, DbEntity, Query) - Method in interface org.objectstyle.cayenne.dataport.DataPortDelegate
Invoked by DataPort right before the start of data cleanup for a given entity.
willPortEntities(DataPort, List) - Method in interface org.objectstyle.cayenne.dataport.DataPortDelegate
Allows delegate to sort or otherwise alter a list of DbEntities right before the port starts.
willPortEntity(DataPort, DbEntity, Query) - Method in interface org.objectstyle.cayenne.dataport.DataPortDelegate
Invoked by DataPort right before the start of data port for a given entity.

C D E G I O P S W