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
 

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 Types.addAutoIncrementMapping(Mapping mapping)
          Add an auto-increment mapping.
 void Types.addMapping(Mapping mapping)
          Add a mapping.
 void TypeMapping.setMapping(Mapping mapping)
          Sets the JDBC mapping of the type
 

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



Copyright © 2001-2007 Codehaus. All Rights Reserved.