| Package | Description |
|---|---|
| org.ujorm.orm.ao | |
| org.ujorm.orm.metaModel |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Orm2ddlPolicy |
MetaTable.getOrm2ddlPolicy()
Returns Orm2DDl policy
|
Copyright 2013, Pavel Ponec