|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExtendedOrmUjo | |
|---|---|
| org.ujorm.implementation.orm | |
| org.ujorm.orm | The ORM support. |
| org.ujorm.orm.utility | |
| Uses of ExtendedOrmUjo in org.ujorm.implementation.orm |
|---|
| Classes in org.ujorm.implementation.orm with type parameters of type ExtendedOrmUjo | |
|---|---|
class |
RelationToMany<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo>
The relation 1:N to another UJO type items |
class |
RelationToMany<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo>
The relation 1:N to another UJO type items |
class |
RelationToOne<UJO extends ExtendedOrmUjo,VALUE>
Foreign key property |
| Classes in org.ujorm.implementation.orm that implement ExtendedOrmUjo | |
|---|---|
class |
OrmTable<UJO_IMPL extends Ujo>
This abstract implementation of the OrmUjo interface is situable for implementation the persistent entities. |
class |
OrmTableSynchronized<UJO_IMPL extends Ujo>
It is an abstract implementation of the OrmUjo for the multi-thread use. |
| Methods in org.ujorm.implementation.orm with type parameters of type ExtendedOrmUjo | ||
|---|---|---|
static
|
RelationToOne.newInstance(Class<VALUE> type,
Key<VALUE,?> relatedKey)
A Property Factory |
|
static
|
RelationToOne.newInstance(Class<VALUE> type,
Key<VALUE,?> relatedKey)
A Property Factory |
|
protected static
|
OrmTable.newRelation()
A PropertyIterator Factory creates an new property and assign a next index. |
|
protected static
|
OrmTable.newRelation()
A PropertyIterator Factory creates an new property and assign a next index. |
|
protected static
|
OrmTableSynchronized.newRelation(Class<ITEM> type)
A PropertyIterator Factory creates an new property and assign a next index. |
|
protected static
|
OrmTableSynchronized.newRelation(Class<ITEM> type)
A PropertyIterator Factory creates an new property and assign a next index. |
|
protected static
|
OrmTable.newRelation(Class<ITEM> type)
Deprecated. use the OrmTable.newRelation() instead of this. |
|
protected static
|
OrmTable.newRelation(Class<ITEM> type)
Deprecated. use the OrmTable.newRelation() instead of this. |
|
protected static
|
OrmTable.newRelation(String name)
A PropertyIterator Factory creates an new property and assign a next index. |
|
protected static
|
OrmTable.newRelation(String name)
A PropertyIterator Factory creates an new property and assign a next index. |
|
protected static
|
OrmTableSynchronized.newRelation(String name,
Class<ITEM> type)
A PropertyIterator Factory creates an new property and assign a next index. |
|
protected static
|
OrmTableSynchronized.newRelation(String name,
Class<ITEM> type)
A PropertyIterator Factory creates an new property and assign a next index. |
|
protected static
|
OrmTable.newRelation(String name,
Class<ITEM> type)
Deprecated. use the OrmTable.newRelation(java.lang.String) instead of this. |
|
protected static
|
OrmTable.newRelation(String name,
Class<ITEM> type)
Deprecated. use the OrmTable.newRelation(java.lang.String) instead of this. |
|
| Uses of ExtendedOrmUjo in org.ujorm.orm |
|---|
| Methods in org.ujorm.orm with type parameters of type ExtendedOrmUjo | ||
|---|---|---|
|
OrmKeyFactory.newRelation()
A PropertyIterator Factory creates an new property and assign a next index. |
|
|
OrmKeyFactory.newRelation()
A PropertyIterator Factory creates an new property and assign a next index. |
|
| Uses of ExtendedOrmUjo in org.ujorm.orm.utility |
|---|
| Methods in org.ujorm.orm.utility with type parameters of type ExtendedOrmUjo | ||
|---|---|---|
static
|
OrmTools.loadLazyValuesAsBatch(Iterable<UJO> ujos,
Key<UJO,? extends OrmUjo> property)
Load lazy value for all items and required property by the one SQL statement. |
|
static
|
OrmTools.loadLazyValuesAsBatch(Query<UJO> query)
Load lazy value for all items and all relation keys by the rule: a one SQL statement per relation property. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||