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

Packages that use OrmTable
org.ujorm.orm The ORM support. 
 

Uses of OrmTable in org.ujorm.orm
 

Methods in org.ujorm.orm with type parameters of type OrmTable
protected static
<UJO extends OrmTable,ITEM extends OrmTable>
RelationToMany<UJO,ITEM>
DbProcedure.newRelation(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(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(String name, 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(String name, Class<ITEM> type)
          A PropertyIterator Factory creates an new property and assign a next index.
 



Copyright © 2012. All Rights Reserved.