Interface LoadBeanBuffer
public interface LoadBeanBuffer
A buffer of beans for batch lazy loading and secondary query loading.
-
Method Details
-
batchSize
int batchSize() -
batch
Set<io.ebean.bean.EntityBeanIntercept> batch() -
descriptor
BeanDescriptor<?> descriptor() -
persistenceContext
io.ebean.bean.PersistenceContext persistenceContext() -
fullPath
String fullPath() -
configureQuery
-
isCache
boolean isCache() -
loadingStarted
void loadingStarted() -
loadingStopped
void loadingStopped()
-