| Package | Description |
|---|---|
| org.ujorm.orm |
The ORM 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 property 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.
|
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.
|
Copyright 2013, Pavel Ponec