Uses of Interface
net.sf.letsparty.utils.Permutable

Packages that use Permutable
net.sf.letsparty.cfg   
net.sf.letsparty.statement   
net.sf.letsparty.utils   
 

Uses of Permutable in net.sf.letsparty.cfg
 

Classes in net.sf.letsparty.cfg that implement Permutable
 class TableNameConstructor
          Helper class to construct table names with multiple suffixes
 

Uses of Permutable in net.sf.letsparty.statement
 

Classes in net.sf.letsparty.statement that implement Permutable
 class SelectHandler
           
 class UpdateHandler
           
 

Uses of Permutable in net.sf.letsparty.utils
 

Methods in net.sf.letsparty.utils with parameters of type Permutable
static void Permutator.permute(java.util.List[] listOfArrays, Permutable permutable)