Interface LoadPlan
-
- All Known Subinterfaces:
SingleEntityLoadPlan
- All Known Implementing Classes:
SingleIdArrayLoadPlan,SingleIdLoadPlan
public interface LoadPlanCommon contract for SQL AST based loading
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JdbcOperationQuerySelectgetJdbcSelect()The JdbcSelect for the loadLoadablegetLoadable()The thing being loadedModelPartgetRestrictivePart()The part of the thing being loaded used to restrict which loadables get loaded
-
-
-
Method Detail
-
getLoadable
Loadable getLoadable()
The thing being loaded
-
getRestrictivePart
ModelPart getRestrictivePart()
The part of the thing being loaded used to restrict which loadables get loaded
-
getJdbcSelect
JdbcOperationQuerySelect getJdbcSelect()
The JdbcSelect for the load
-
-