Uses of Class
org.ujorm.orm.ao.Orm2ddlPolicy

Packages that use Orm2ddlPolicy
org.ujorm.orm.ao   
org.ujorm.orm.metaModel   
 

Uses of Orm2ddlPolicy in org.ujorm.orm.ao
 

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

Uses of Orm2ddlPolicy in org.ujorm.orm.metaModel
 

Fields in org.ujorm.orm.metaModel with type parameters of type Orm2ddlPolicy
static Key<MetaDatabase,Orm2ddlPolicy> MetaDatabase.ORM2DLL_POLICY
          A policy to defining the database structure by a DDL.
static Key<MetaParams,Orm2ddlPolicy> MetaParams.ORM2DLL_POLICY
          A policy to defining the database structure by a DDL.
static Key<MetaTable,Orm2ddlPolicy> MetaTable.ORM2DLL_POLICY
          A policy to defining the database structure by a DDL.
 

Methods in org.ujorm.orm.metaModel that return Orm2ddlPolicy
 Orm2ddlPolicy MetaTable.getOrm2ddlPolicy()
          Returns Orm2DDl policy
 



Copyright 2013, Pavel Ponec