| Package | Description |
|---|---|
| org.ujorm.orm |
The ORM support.
|
| Modifier and Type | Method and Description |
|---|---|
static AliasKey |
AliasKey.getLastKey(Key<?,?> compositeKey)
Add the last condition
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<AliasKey> |
CriterionDecoder.getPropertyRelations()
Returns the unique direct key relation set with the predicable order (by inserts).
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AliasKey.addKeys(Key<?,?> key,
Collection<AliasKey> out)
Add full range of composite key
|
static void |
AliasKey.addLastKey(Key<?,?> key,
Collection<AliasKey> out)
Add the last condition
|
static void |
AliasKey.addRelations(Key<?,?> key,
Collection<AliasKey> out)
Add relations only
|
Copyright 2013, Pavel Ponec