| Package | Description |
|---|---|
| org.ujorm.implementation.orm | |
| org.ujorm.orm |
The ORM support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OrmTable<U extends OrmTable>
This abstract implementation of the OrmUjo interface is situable
for implementation the persistent entities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OrmTableLockable<U extends OrmTableLockable>
An abstract implementation of the OrmUjo with an object locking support.
|
| Modifier and Type | Method and Description |
|---|---|
protected static <UJO extends OrmTable,ITEM extends OrmTable> |
DbProcedure.newRelation(Class<ITEM> type)
A PropertyIterator 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 key 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 key 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 key and assign a next index.
|
Copyright 2013, Pavel Ponec