Uses of Class
org.ujoframework.implementation.orm.OrmTable

Packages that use OrmTable
org.ujoframework.implementation.orm   
org.ujoframework.orm The ORM support. 
 

Uses of OrmTable in org.ujoframework.implementation.orm
 

Classes in org.ujoframework.implementation.orm with type parameters of type OrmTable
 class RelationToMany<UJO extends OrmTable,ITEM extends OrmTable>
          The relation 1:N to another UJO type items
 class RelationToMany<UJO extends OrmTable,ITEM extends OrmTable>
          The relation 1:N to another UJO type items
 

Methods in org.ujoframework.implementation.orm with type parameters of type OrmTable
protected static
<UJO extends OrmTable,ITEM extends OrmTable>
RelationToMany<UJO,ITEM>
OrmTable.newRelation(java.lang.Class<ITEM> type)
          A PropertyIterator Factory creates an new property and assign a next index.
protected static
<UJO extends OrmTable,ITEM extends OrmTable>
RelationToMany<UJO,ITEM>
OrmTable.newRelation(java.lang.Class<ITEM> type)
          A PropertyIterator Factory creates an new property and assign a next index.
protected static
<UJO extends OrmTable,ITEM extends OrmTable>
RelationToMany<UJO,ITEM>
OrmTable.newRelation(java.lang.String name, java.lang.Class<ITEM> type)
          A PropertyIterator Factory creates an new property and assign a next index.
protected static
<UJO extends OrmTable,ITEM extends OrmTable>
RelationToMany<UJO,ITEM>
OrmTable.newRelation(java.lang.String name, java.lang.Class<ITEM> type)
          A PropertyIterator Factory creates an new property and assign a next index.
 

Uses of OrmTable in org.ujoframework.orm
 

Methods in org.ujoframework.orm with type parameters of type OrmTable
protected static
<UJO extends OrmTable,ITEM extends OrmTable>
RelationToMany<UJO,ITEM>
DbProcedure.newRelation(java.lang.Class<ITEM> type)
          A PropertyIterator Factory creates an new property and assign a next index.
protected static
<UJO extends OrmTable,ITEM extends OrmTable>
RelationToMany<UJO,ITEM>
DbProcedure.newRelation(java.lang.Class<ITEM> type)
          A PropertyIterator Factory creates an new property and assign a next index.
protected static
<UJO extends OrmTable,ITEM extends OrmTable>
RelationToMany<UJO,ITEM>
DbProcedure.newRelation(java.lang.String name, java.lang.Class<ITEM> type)
          A PropertyIterator Factory creates an new property and assign a next index.
protected static
<UJO extends OrmTable,ITEM extends OrmTable>
RelationToMany<UJO,ITEM>
DbProcedure.newRelation(java.lang.String name, java.lang.Class<ITEM> type)
          A PropertyIterator Factory creates an new property and assign a next index.
 



Copyright © 2010. All Rights Reserved.