Uses of Class
org.ujorm.orm.template.AliasTable

Packages that use AliasTable
org.ujorm.orm The ORM support. 
org.ujorm.orm.template   
 

Uses of AliasTable in org.ujorm.orm
 

Methods in org.ujorm.orm that return AliasTable
<UJO extends OrmUjo>
AliasTable<UJO>
OrmHandler.alias(Class<UJO> entity, String alias)
          Deprecated. 
<UJO extends OrmUjo>
AliasTable<UJO>
OrmHandler.tableOf(Class<UJO> entity)
          Create a new instance of the class AliasTable
<UJO extends OrmUjo>
AliasTable<UJO>
OrmHandler.tableOf(Class<UJO> entity, String alias)
          Create a new instance of the class AliasTable
 

Uses of AliasTable in org.ujorm.orm.template
 

Methods in org.ujorm.orm.template that return AliasTable
static
<UJO extends OrmUjo>
AliasTable<UJO>
AliasTable.of(Class<UJO> table, OrmHandler handler)
          Create new Alias with default name
static
<UJO extends OrmUjo>
AliasTable<UJO>
AliasTable.of(Class<UJO> table, String alias, OrmHandler handler)
          Create new Alias with required name
 



Copyright 2013, Pavel Ponec