public class LoadBeanRequest extends LoadRequest
lazy, transaction
Constructor and Description |
---|
LoadBeanRequest(LoadBeanBuffer LoadBuffer,
Transaction transaction,
boolean lazy,
String lazyLoadProperty,
boolean loadCache) |
Modifier and Type | Method and Description |
---|---|
List<EntityBeanIntercept> |
getBatch()
Return the batch of beans to actually load.
|
String |
getDescription() |
String |
getLazyLoadProperty()
Return the property that invoked the lazy loading.
|
LoadBeanBuffer |
getLoadContext()
Return the load context.
|
boolean |
isLoadCache() |
getTransaction, isLazy
public LoadBeanRequest(LoadBeanBuffer LoadBuffer, Transaction transaction, boolean lazy, String lazyLoadProperty, boolean loadCache)
public boolean isLoadCache()
public String getDescription()
public List<EntityBeanIntercept> getBatch()
public LoadBeanBuffer getLoadContext()
public String getLazyLoadProperty()
Copyright © 2015. All Rights Reserved.