Uses of Interface
org.ujoframework.orm.ExtendedOrmUjo

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
<UJO extends ExtendedOrmUjo>
java.util.List<UJO>
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
<UJO extends ExtendedOrmUjo>
java.util.List<UJO>
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.
 



Copyright © 2010. All Rights Reserved.