org.apache.torque.util
Interface BasePeer.ProcessCallback

Enclosing class:
BasePeer

protected static interface BasePeer.ProcessCallback

Inner Interface that defines the Callback method for the Record Processing


Method Summary
 void process(String table, String dbName, Record rec)
           
 

Method Detail

process

void process(String table,
             String dbName,
             Record rec)
             throws Exception
Throws:
Exception


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.