|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OrmTable | |
|---|---|
| org.ujorm.implementation.orm | |
| org.ujorm.orm | The ORM support. |
| Uses of OrmTable in org.ujorm.implementation.orm |
|---|
| Classes in org.ujorm.implementation.orm with type parameters of type OrmTable | |
|---|---|
class |
OrmTable<U extends OrmTable>
This abstract implementation of the OrmUjo interface is situable for implementation the persistent entities. |
| Subclasses of OrmTable in org.ujorm.implementation.orm | |
|---|---|
class |
OrmTableLockable<U extends OrmTableLockable>
An abstract implementation of the OrmUjo with an object locking support. |
| Uses of OrmTable in org.ujorm.orm |
|---|
| Methods in org.ujorm.orm with type parameters of type OrmTable | ||
|---|---|---|
protected static
|
DbProcedure.newRelation(Class<ITEM> type)
A PropertyIterator Factory creates an new key and assign a next index. |
|
protected static
|
DbProcedure.newRelation(Class<ITEM> type)
A PropertyIterator Factory creates an new key and assign a next index. |
|
protected static
|
DbProcedure.newRelation(String name,
Class<ITEM> type)
A PropertyIterator Factory creates an new key and assign a next index. |
|
protected static
|
DbProcedure.newRelation(String name,
Class<ITEM> type)
A PropertyIterator Factory creates an new key and assign a next index. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||