| Package | Description |
|---|---|
| org.ujorm.orm.template |
| Modifier and Type | Method and Description |
|---|---|
static <UJO extends OrmUjo> |
AliasTable.of(Class<UJO> table,
OrmHandler handler)
Create new Alias with default name
|
static <UJO extends OrmUjo> |
AliasTable.of(Class<UJO> table,
String alias,
OrmHandler handler)
Create new Alias with required name
|
Copyright 2013, Pavel Ponec