Uses of Interface
org.apache.torque.engine.database.model.NameGenerator

Packages that use NameGenerator
org.apache.torque.engine.database.model   
 

Uses of NameGenerator in org.apache.torque.engine.database.model
 

Classes in org.apache.torque.engine.database.model that implement NameGenerator
 class ConstraintNameGenerator
          A NameGenerator implementation for table-specific constraints.
 class JavaNameGenerator
          A NameGenerator implementation for Java-esque names.
 

Methods in org.apache.torque.engine.database.model that return NameGenerator
protected  NameGenerator NameFactory.getAlgorithm(java.lang.String name)
          Factory method which retrieves an instance of the named generator.
 



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