|
||||||||||
| 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 key |
| Classes in org.ujorm.implementation.orm that implement ExtendedOrmUjo | |
|---|---|
class |
OrmTable<U extends OrmTable>
This abstract implementation of the OrmUjo interface is situable for implementation the persistent entities. |
class |
OrmTableLockable<U extends OrmTableLockable>
An abstract implementation of the OrmUjo with an object locking support. |
class |
OrmTableSynchronized<UJO_IMPL extends Ujo>
It is an thread safe 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)
Deprecated. Use the method RelationToOne.of(java.lang.Class, org.ujorm.Key) |
|
static
|
RelationToOne.newInstance(Class<VALUE> type,
Key<VALUE,?> relatedKey)
Deprecated. Use the method RelationToOne.of(java.lang.Class, org.ujorm.Key) |
|
protected static
|
OrmTable.newRelation()
A PropertyIterator Factory creates an new key and assign a next index. |
|
protected static
|
OrmTable.newRelation()
A PropertyIterator Factory creates an new key and assign a next index. |
|
protected static
|
OrmTableSynchronized.newRelation()
A PropertyIterator Factory creates an new key and assign a next index. |
|
protected static
|
OrmTableSynchronized.newRelation()
A PropertyIterator Factory creates an new key 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
|
OrmTableSynchronized.newRelation(Class<ITEM> type)
Deprecated. use the OrmTableSynchronized.newRelation() instead of this. |
|
protected static
|
OrmTableSynchronized.newRelation(Class<ITEM> type)
Deprecated. use the OrmTableSynchronized.newRelation() instead of this. |
|
protected static
|
OrmTable.newRelation(String name)
A PropertyIterator Factory creates an new key and assign a next index. |
|
protected static
|
OrmTable.newRelation(String name)
A PropertyIterator Factory creates an new key and assign a next index. |
|
protected static
|
OrmTableSynchronized.newRelation(String name)
A PropertyIterator Factory creates an new key and assign a next index. |
|
protected static
|
OrmTableSynchronized.newRelation(String name)
A PropertyIterator Factory creates an new key 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. |
|
protected static
|
OrmTableSynchronized.newRelation(String name,
Class<ITEM> type)
Deprecated. use the OrmTableSynchronized.newRelation(java.lang.String) instead of this. |
|
protected static
|
OrmTableSynchronized.newRelation(String name,
Class<ITEM> type)
Deprecated. use the OrmTableSynchronized.newRelation(java.lang.String) instead of this. |
|
static
|
RelationToOne.of(Class<VALUE> type,
Key<VALUE,?> relatedKey)
A Property Factory |
|
static
|
RelationToOne.of(Class<VALUE> type,
Key<VALUE,?> relatedKey)
A Property Factory |
|
| Uses of ExtendedOrmUjo in org.ujorm.orm |
|---|
| Methods in org.ujorm.orm with type parameters of type ExtendedOrmUjo | ||
|---|---|---|
|
OrmKeyFactory.newRelation()
A KeyIterator Factory creates an new key and assign a next index. |
|
|
OrmKeyFactory.newRelation()
A KeyIterator Factory creates an new key 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> key)
Load lazy value for all items and required keys 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 key. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||