| Package | Description |
|---|---|
| org.ujorm.implementation.orm | |
| org.ujorm.orm |
The ORM support.
|
| org.ujorm.orm.metaModel |
| Modifier and Type | Method and Description |
|---|---|
protected static <UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo> |
OrmTableSynchronized.newRelation()
A PropertyIterator Factory creates an new property and assign a next index.
|
protected static <UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo> |
OrmTable.newRelation()
A PropertyIterator Factory creates an new property and assign a next index.
|
protected static <UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo> |
OrmTableSynchronized.newRelation(Class<ITEM> type)
Deprecated.
use the
OrmTableSynchronized.newRelation() instead of this. |
protected static <UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo> |
OrmTable.newRelation(Class<ITEM> type)
Deprecated.
use the
OrmTable.newRelation() instead of this. |
protected static <UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo> |
OrmTableSynchronized.newRelation(String name)
A PropertyIterator Factory creates an new property and assign a next index.
|
protected static <UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo> |
OrmTable.newRelation(String name)
A PropertyIterator Factory creates an new property and assign a next index.
|
protected static <UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo> |
OrmTableSynchronized.newRelation(String name,
Class<ITEM> type)
Deprecated.
use the
OrmTableSynchronized.newRelation(java.lang.String) instead of this. |
protected static <UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo> |
OrmTable.newRelation(String name,
Class<ITEM> type)
Deprecated.
use the
OrmTable.newRelation(java.lang.String) instead of this. |
| Modifier and Type | Method and Description |
|---|---|
<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo> |
OrmKeyFactory.newRelation()
A KeyIterator Factory creates an new key and assign a next index.
|
protected static <UJO extends OrmTable,ITEM extends OrmTable> |
DbProcedure.newRelation(Class<ITEM> type)
A PropertyIterator Factory creates an new property and assign a next index.
|
protected static <UJO extends OrmTable,ITEM extends OrmTable> |
DbProcedure.newRelation(String name,
Class<ITEM> type)
A PropertyIterator Factory creates an new property and assign a next index.
|
| Modifier and Type | Method and Description |
|---|---|
<UJO extends OrmUjo> |
Session.iterateInternal(RelationToMany property,
OrmUjo value)
Iterate property of values
|
| Modifier and Type | Field and Description |
|---|---|
static Key<MetaTable,RelationToMany> |
MetaTable.DB_PROPERTY
Database relative property (a base definition of table)
|
| Constructor and Description |
|---|
MetaTable(MetaDatabase database,
RelationToMany dbProperty,
MetaTable parTable)
Create new MetaTable.
|
Copyright 2013, Pavel Ponec