org.apache.torque.util
Interface SQLBuilder.TableCallback
- Enclosing class:
- 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() |
process
void process(java.util.Set tables,
java.lang.String key,
Criteria crit)
- Callback Method for getTableSet()
- Parameters:
tables - The current table namekey - The current criterion key.crit - The Criteria used in getTableSet()
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.