| Package | Description |
|---|---|
| org.ujorm.orm |
The ORM support.
|
| org.ujorm.orm.template |
| Modifier and Type | Method and Description |
|---|---|
<UJO extends OrmUjo> |
OrmHandler.alias(Class<UJO> entity,
String alias)
Create new Alias table
|
| 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