Uses of Class
org.ujorm.orm.DbType

Packages that use DbType
org.ujorm.orm The ORM support. 
org.ujorm.orm.metaModel   
 

Uses of DbType in org.ujorm.orm
 

Methods in org.ujorm.orm that return DbType
static DbType DbType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DbType[] DbType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of DbType in org.ujorm.orm.metaModel
 

Fields in org.ujorm.orm.metaModel with type parameters of type DbType
static Key<MetaColumn,DbType> MetaColumn.DB_TYPE
          Database Type
 



Copyright 2013, Pavel Ponec