|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExtendedOrmUjo | |
|---|---|
| org.ujoframework.implementation.orm | |
| org.ujoframework.orm.utility | |
| Uses of ExtendedOrmUjo in org.ujoframework.implementation.orm |
|---|
| Classes in org.ujoframework.implementation.orm that implement ExtendedOrmUjo | |
|---|---|
class |
OrmTable<UJO_IMPL extends Ujo>
This abstract implementation of the OrmUjo interface is situable for implementation the persistent entities. |
| Uses of ExtendedOrmUjo in org.ujoframework.orm.utility |
|---|
| Methods in org.ujoframework.orm.utility with type parameters of type ExtendedOrmUjo | ||
|---|---|---|
static
|
OrmTools.loadLazyValuesAsBatch(java.lang.Iterable<UJO> ujos,
UjoProperty<UJO,? extends OrmUjo> property)
Load lazy value for all items and required property by the one SQL statement. |
|
static
|
OrmTools.loadLazyValuesAsBatch(Query<UJO> query)
Load lazy value for all items and all relation properties by the rule: a one SQL statement per relation property. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||