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 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 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)
          A Property Factory
static
<UJO extends ExtendedOrmUjo,VALUE extends ExtendedOrmUjo>
RelationToOne<UJO,VALUE>
RelationToOne.newInstance(Class<VALUE> type, Key<VALUE,?> relatedKey)
          A Property Factory
protected static
<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo>
RelationToMany<UJO,ITEM>
OrmTableSynchronized.newRelation()
          A PropertyIterator Factory creates an new property and assign a next index.
protected static
<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo>
RelationToMany<UJO,ITEM>
OrmTableSynchronized.newRelation()
          A PropertyIterator Factory creates an new property and assign a next index.
protected static
<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo>
RelationToMany<UJO,ITEM>
OrmTable.newRelation()
          A PropertyIterator Factory creates an new property and assign a next index.
protected static
<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo>
RelationToMany<UJO,ITEM>
OrmTable.newRelation()
          A PropertyIterator Factory creates an new property and assign a next index.
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(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(String name)
          A PropertyIterator Factory creates an new property 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 property 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 property 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 property and assign a next index.
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.
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.
 

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 PropertyIterator Factory creates an new property and assign a next index.
<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo>
RelationToMany<UJO,ITEM>
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
<UJO extends ExtendedOrmUjo>
List<UJO>
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
<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 property.
 



Copyright © 2012. All Rights Reserved.