| Package | Description |
|---|---|
| org.ujorm.orm |
The ORM support.
|
| org.ujorm.orm.ao | |
| org.ujorm.orm.metaModel |
| Modifier and Type | Method and Description |
|---|---|
LazyLoading |
Session.getLazyLoading()
Enable a lazy-loading of related Ujo object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Session.setLazyLoading(LazyLoading lazyLoadingEnabled)
Enable a lazy-loading of related Ujo object.
|
| Modifier and Type | Method and Description |
|---|---|
static LazyLoading |
LazyLoading.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LazyLoading[] |
LazyLoading.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
LazyLoading.equalsTo(LazyLoading another)
Type safe equalsTo
|
| Modifier and Type | Field and Description |
|---|---|
static Key<MetaParams,LazyLoading> |
MetaParams.LAZY_LOADING
The parameter 'lazyLoading' specify a lazy-loading policy in case
that UJO objects have got any sesson.
|
Copyright 2013, Pavel Ponec