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
 

Fields in org.codehaus.modello.generator.database.type declared as Type
private  Type TypeMapping.type
          The SQL 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 TypeMapping.setType(Type type)
          Sets the SQL type
 void Types.addType(Type type)
          Add a type.
 

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