|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LazyLoading | |
|---|---|
| org.ujorm.orm | The ORM support. |
| org.ujorm.orm.ao | |
| org.ujorm.orm.metaModel | |
| Uses of LazyLoading in org.ujorm.orm |
|---|
| Methods in org.ujorm.orm that return LazyLoading | |
|---|---|
LazyLoading |
Session.getLazyLoading()
Enable a lazy-loading of related Ujo object. |
| Methods in org.ujorm.orm with parameters of type LazyLoading | |
|---|---|
void |
Session.setLazyLoading(LazyLoading lazyLoadingEnabled)
Enable a lazy-loading of related Ujo object. |
| Uses of LazyLoading in org.ujorm.orm.ao |
|---|
| Methods in org.ujorm.orm.ao that return LazyLoading | |
|---|---|
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. |
| Methods in org.ujorm.orm.ao with parameters of type LazyLoading | |
|---|---|
boolean |
LazyLoading.equalsTo(LazyLoading another)
Type safe equalsTo |
| Uses of LazyLoading in org.ujorm.orm.metaModel |
|---|
| Fields in org.ujorm.orm.metaModel with type parameters of type LazyLoading | |
|---|---|
static Key<MetaParams,LazyLoading> |
MetaParams.LAZY_LOADING
The parameter 'lazyLoading' specify a lazy-loading policy in case that UJO objects have got any sesson. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||