Class RootLoader

java.lang.Object
ch.tocco.nice2.dms.api.tree.RootLoader

public class RootLoader extends Object
This utility class helps to load the root entity efficiently. There is a cache within this loader, which prevents from accessing the database everytime the root should be resolved. CAUTION: Should only be used within one single transaction.