Uses of Class
org.apache.cayenne.access.DataPort

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.
 java.util.List DataPortDelegate.willCleanData(DataPort portTool, java.util.List entities)
          Allows delegate to sort or otherwise alter a list of DbEntities right before data cleanup starts.
 java.util.List DataPortDelegate.willPortEntities(DataPort portTool, java.util.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.
 



Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.