org.apache.torque.util
Interface SQLBuilder.TableCallback

Enclosing interface:
SQLBuilder

public static interface SQLBuilder.TableCallback

Inner Interface that defines the Callback method for the Table creation loop.


Method Summary
 void process(java.util.Set tables, java.lang.String key, Criteria crit)
          Callback Method for getTableSet()
 

Method Detail

process

public void process(java.util.Set tables,
                    java.lang.String key,
                    Criteria crit)
Callback Method for getTableSet()

Parameters:
tables - The current table name
key - The current criterion key.
crit - The Criteria used in getTableSet()


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