Uses of Enum Class
org.apache.torque.templates.typemapping.ResultSetGetter
Packages that use ResultSetGetter
Package
Description
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 ResultSetGetterModifier and TypeMethodDescriptionstatic ResultSetGetterResultSetGetter.getByMethodName(String methodName) Retursn the ResultSetGetter with the given method name.static ResultSetGetterTypeMap.getResultSetGetter(SchemaType schemaType) Returns the result set getter method which corresponds to the Schema type provided.static ResultSetGetterReturns the enum constant of this class with the specified name.static ResultSetGetter[]ResultSetGetter.values()Returns an array containing the constants of this enum class, in the order they are declared.