- ///
+ ///
/// This class implements useful common functionality that concrete loaders would delegate to.
/// It is not intended that this functionality would be directly accessed by client code (Hence,
/// all methods of this class are declared protected or private.) This class relies heavily upon the
- /// interface, which is the contract between this class and
+ /// interface, which is the contract between this class and
/// s that may be loaded by it.
- ///
- ///
- /// The present implementation is able to load any number of columns of entities and at most
+ ///
+ ///
+ /// The present implementation is able to load any number of columns of entities and at most
/// one collection role per query.
- ///
+ ///
+ ///
+ /// All this class members are thread safe. Entity and collection loaders are held in persisters shared among
+ /// sessions built from the same session factory. They must be thread safe.
+ ///
///
///