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

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

Uses of Orm2ddlPolicy in org.ujoframework.orm.ao
 

Methods in org.ujoframework.orm.ao that return Orm2ddlPolicy
static Orm2ddlPolicy Orm2ddlPolicy.valueOf(java.lang.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.ujoframework.orm.metaModel
 

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



Copyright © 2010. All Rights Reserved.