| Package | Description |
|---|---|
| org.ujorm.orm |
The ORM support.
|
| org.ujorm.orm.metaModel |
| Modifier and Type | Method and Description |
|---|---|
<UJO extends AbstractMetaModel,VALUE> |
AbstractMetaModel.get(Key<UJO,VALUE> property)
Getter based on one Key
|
| Modifier and Type | Class and Description |
|---|---|
class |
MetaColumn
Database column metadata
|
class |
MetaDatabase
A logical database description.
|
class |
MetaIndex
DB index metamodel.
|
class |
MetaParams
A logical database description.
|
class |
MetaPKey
The table primary key.
|
class |
MetaProcedure
DB procudure or function meta-model.
|
class |
MetaRelation2Many
The database/object relation to many.
|
class |
MetaRoot
A logical database description.
|
class |
MetaSelect
Contains a SQL statement for a UJO view user SELECT.
|
class |
MetaTable
DB table or view meta-model.
|
class |
MoreParams
Class contains the special parameters with for different use.
|
Copyright 2013, Pavel Ponec