Uses of Class
org.codehaus.modello.generator.database.type.Type

Packages that use Type
org.codehaus.modello.generator.database.type   
 

Uses of Type in org.codehaus.modello.generator.database.type
 

Methods in org.codehaus.modello.generator.database.type that return Type
 Type TypeMapping.getType()
          Returns the SQL type
 Type Types.getType(java.lang.String sqlName)
          Returns a type, based on its name
 

Methods in org.codehaus.modello.generator.database.type with parameters of type Type
 void Types.addType(Type type)
          Add a type.
 void TypeMapping.setType(Type type)
          Sets the SQL type
 

Constructors in org.codehaus.modello.generator.database.type with parameters of type Type
TypeMapping(Type type, Mapping mapping)
          Construct a new TypeMapping
 



Copyright © 2001-2007 Codehaus. All Rights Reserved.