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