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

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

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

Fields in org.codehaus.modello.generator.database.type declared as Mapping
private  Mapping TypeMapping.mapping
          The JDBC type mapping
 

Methods in org.codehaus.modello.generator.database.type that return Mapping
 Mapping TypeMapping.getMapping()
          Returns the JDBC mapping of the type
 

Methods in org.codehaus.modello.generator.database.type with parameters of type Mapping
 void TypeMapping.setMapping(Mapping mapping)
          Sets the JDBC mapping of the type
 void Types.addMapping(Mapping mapping)
          Add a mapping.
 void Types.addAutoIncrementMapping(Mapping mapping)
          Add an auto-increment mapping.
 

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