java.lang.Object
io.ebeaninternal.api.LoadRequest
io.ebeaninternal.api.LoadManyRequest
Request for loading Associated Many Beans.
-
Field Summary
Fields inherited from class io.ebeaninternal.api.LoadRequest
lazy, parentRequest, transaction -
Constructor Summary
ConstructorsConstructorDescriptionLoadManyRequest(LoadManyBuffer loadContext, boolean onlyIds, boolean loadCache, BeanCollection<?> originCollection) Construct for lazy loading.LoadManyRequest(LoadManyBuffer loadContext, OrmQueryRequest<?> parentRequest) Construct for secondary query. -
Method Summary
Modifier and TypeMethodDescriptionClass<?> beanType()Return the associated bean type for this load request.SpiQuery<?> createQuery(SpiEbeanServer server) voidpostLoad()After the query execution check for empty collections and load L2 cache if desired.Methods inherited from class io.ebeaninternal.api.LoadRequest
isLazy, isParentFindIterate, transaction
-
Constructor Details
-
LoadManyRequest
public LoadManyRequest(LoadManyBuffer loadContext, boolean onlyIds, boolean loadCache, BeanCollection<?> originCollection) Construct for lazy loading. -
LoadManyRequest
Construct for secondary query.
-
-
Method Details
-
beanType
Description copied from class:LoadRequestReturn the associated bean type for this load request.- Specified by:
beanTypein classLoadRequest
-
description
-
createQuery
-
postLoad
public void postLoad()After the query execution check for empty collections and load L2 cache if desired.
-