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

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

Uses of OrmTable in org.ujorm.implementation.orm
 

Classes in org.ujorm.implementation.orm with type parameters of type OrmTable
 class OrmTable<U extends OrmTable>
          This abstract implementation of the OrmUjo interface is situable for implementation the persistent entities.
 

Subclasses of OrmTable in org.ujorm.implementation.orm
 class OrmTableLockable<U extends OrmTableLockable>
          An abstract implementation of the OrmUjo with an object locking 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 key 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 key 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 key 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 key and assign a next index.
 



Copyright 2013, Pavel Ponec