类 BasicCollectionLoader

  • 所有已实现的接口:
    CollectionInitializer
    直接已知子类:
    SubselectCollectionLoader

    public class BasicCollectionLoader
    extends CollectionLoader
    Loads a collection of values or a many-to-many association.
    The collection persister must implement QueryableCollection. For other collections, create a customized subclass of Loader.
    作者:
    Gavin King
    另请参阅:
    OneToManyLoader