mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
SAIL-234: Partially implemented NodeBulkLoader interface
- Currently still need to pre-load aspects to get rid of N+1 on hasAspect during directory listings git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@20929 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -310,6 +310,11 @@ public interface NodeDAO extends NodeBulkLoader
|
||||
* @return Return <tt>true</tt> if caching of the results is required
|
||||
*/
|
||||
boolean preLoadNodes();
|
||||
|
||||
/**
|
||||
* Called once the iteration of results has concluded
|
||||
*/
|
||||
void done();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user