Interface LoadPlan
-
- All Known Subinterfaces:
SingleEntityLoadPlan
- All Known Implementing Classes:
SingleIdArrayLoadPlan
,SingleIdLoadPlan
public interface LoadPlan
Common contract for SQL AST based loading
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JdbcOperationQuerySelect
getJdbcSelect()
The JdbcSelect for the loadLoadable
getLoadable()
The thing being loadedModelPart
getRestrictivePart()
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
-
-