Uses of Class
org.apache.torque.templates.typemapping.ResultSetGetter

Packages that use ResultSetGetter
org.apache.torque.templates.typemapping Contains transformers and their helpers for the generation of SQL files. 
 

Uses of ResultSetGetter in org.apache.torque.templates.typemapping
 

Methods in org.apache.torque.templates.typemapping that return ResultSetGetter
static ResultSetGetter ResultSetGetter.getByMethodName(String methodName)
          Retursn the ResultSetGetter with the given method name.
static ResultSetGetter TypeMap.getResultSetGetter(SchemaType schemaType)
          Returns the result set getter method which corresponds to the Schema type provided.
static ResultSetGetter ResultSetGetter.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResultSetGetter[] ResultSetGetter.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.