Uses of Interface
org.ujorm.orm.ExtendedOrmUjo

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
<UJO extends ExtendedOrmUjo,VALUE extends ExtendedOrmUjo>
RelationToOne<UJO,VALUE>
RelationToOne.newInstance(Class<VALUE> type, Key<VALUE,?> relatedKey)
          Deprecated. Use the method RelationToOne.of(java.lang.Class, org.ujorm.Key)
static
<UJO extends ExtendedOrmUjo,VALUE extends ExtendedOrmUjo>
RelationToOne<UJO,VALUE>
RelationToOne.newInstance(Class<VALUE> type, Key<VALUE,?> relatedKey)
          Deprecated. Use the method RelationToOne.of(java.lang.Class, org.ujorm.Key)
protected static
<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo>
RelationToMany<UJO,ITEM>
OrmTable.newRelation()
          A PropertyIterator Factory creates an new key and assign a next index.
protected static
<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo>
RelationToMany<UJO,ITEM>
OrmTable.newRelation()
          A PropertyIterator Factory creates an new key and assign a next index.
protected static
<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo>
RelationToMany<UJO,ITEM>
OrmTableSynchronized.newRelation()
          A PropertyIterator Factory creates an new key and assign a next index.
protected static
<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo>
RelationToMany<UJO,ITEM>
OrmTableSynchronized.newRelation()
          A PropertyIterator Factory creates an new key and assign a next index.
protected static
<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo>
RelationToMany<UJO,ITEM>
OrmTable.newRelation(Class<ITEM> type)
          Deprecated. use the OrmTable.newRelation() instead of this.
protected static
<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo>
RelationToMany<UJO,ITEM>
OrmTable.newRelation(Class<ITEM> type)
          Deprecated. use the OrmTable.newRelation() instead of this.
protected static
<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo>
RelationToMany<UJO,ITEM>
OrmTableSynchronized.newRelation(Class<ITEM> type)
          Deprecated. use the OrmTableSynchronized.newRelation() instead of this.
protected static
<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo>
RelationToMany<UJO,ITEM>
OrmTableSynchronized.newRelation(Class<ITEM> type)
          Deprecated. use the OrmTableSynchronized.newRelation() instead of this.
protected static
<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo>
RelationToMany<UJO,ITEM>
OrmTable.newRelation(String name)
          A PropertyIterator Factory creates an new key and assign a next index.
protected static
<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo>
RelationToMany<UJO,ITEM>
OrmTable.newRelation(String name)
          A PropertyIterator Factory creates an new key and assign a next index.
protected static
<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo>
RelationToMany<UJO,ITEM>
OrmTableSynchronized.newRelation(String name)
          A PropertyIterator Factory creates an new key and assign a next index.
protected static
<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo>
RelationToMany<UJO,ITEM>
OrmTableSynchronized.newRelation(String name)
          A PropertyIterator Factory creates an new key and assign a next index.
protected static
<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo>
RelationToMany<UJO,ITEM>
OrmTable.newRelation(String name, Class<ITEM> type)
          Deprecated. use the OrmTable.newRelation(java.lang.String) instead of this.
protected static
<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo>
RelationToMany<UJO,ITEM>
OrmTable.newRelation(String name, Class<ITEM> type)
          Deprecated. use the OrmTable.newRelation(java.lang.String) instead of this.
protected static
<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo>
RelationToMany<UJO,ITEM>
OrmTableSynchronized.newRelation(String name, Class<ITEM> type)
          Deprecated. use the OrmTableSynchronized.newRelation(java.lang.String) instead of this.
protected static
<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo>
RelationToMany<UJO,ITEM>
OrmTableSynchronized.newRelation(String name, Class<ITEM> type)
          Deprecated. use the OrmTableSynchronized.newRelation(java.lang.String) instead of this.
static
<UJO extends ExtendedOrmUjo,VALUE extends ExtendedOrmUjo>
RelationToOne<UJO,VALUE>
RelationToOne.of(Class<VALUE> type, Key<VALUE,?> relatedKey)
          A Property Factory
static
<UJO extends ExtendedOrmUjo,VALUE extends ExtendedOrmUjo>
RelationToOne<UJO,VALUE>
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
<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo>
RelationToMany<UJO,ITEM>
OrmKeyFactory.newRelation()
          A KeyIterator Factory creates an new key and assign a next index.
<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo>
RelationToMany<UJO,ITEM>
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
<UJO extends ExtendedOrmUjo>
List<UJO>
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
<UJO extends ExtendedOrmUjo>
List<UJO>
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.
 



Copyright 2013, Pavel Ponec