类 EntityLoadQueryDetails

  • 所有已实现的接口:
    LoadQueryDetails

    public class EntityLoadQueryDetails
    extends AbstractLoadQueryDetails
    Handles interpreting a LoadPlan (for loading of an entity) by:
    • generating the SQL query to perform
    • creating the readers needed to read the results from the SQL's ResultSet
    作者:
    Steve Ebersole, Gail Badner