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

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

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

Methods in org.codehaus.modello.generator.database.type that return TypeMapping
 TypeMapping Types.getAutoIncrementMapping(java.lang.String name, long size)
          Returns the closest auto-increment type mapping matching the requested type name and size
protected  TypeMapping Types.getTypeMapping(java.util.List mappings, long size)
          Returns the closest type mapping for a requested size, from a list of Mappings.
 TypeMapping Types.getTypeMapping(java.lang.String name, long size)
          Returns the first type matching the requested type name and size
 TypeMapping Types.promote(java.lang.String name, long size)
          Promote a type to that supported by the database provider.
protected  TypeMapping Types.promote(java.lang.String name, long size, java.lang.String[] types)
          Promote a type to that supported by the database provider.
protected  TypeMapping Types.promote(java.lang.String name, long size, java.lang.String[] types, java.lang.String defaultName)
          Promote a type to that supported by the database provider.
 TypeMapping Types.promote(java.lang.String fromName, java.lang.String toName, long size)
          Promote a type to another type
 



Copyright © 2001-2007 Codehaus. All Rights Reserved.