类 EntityLoader

  • 所有已实现的接口:
    UniqueEntityLoader

    public class EntityLoader
    extends AbstractEntityLoader
    Loads an entity instance using outerjoin fetching to fetch associated entities.
    The EntityPersister must implement Loadable. For other entities, create a customized subclass of Loader.
    作者:
    Gavin King