Interface LoadPlan
- All Known Subinterfaces:
SingleEntityLoadPlan
- All Known Implementing Classes:
SingleIdArrayLoadPlan
,SingleIdLoadPlan
public interface LoadPlan
Common contract for SQL AST based loading
-
Method Summary
Modifier and TypeMethodDescriptionThe JdbcSelect for the loadThe thing being loadedThe part of the thing being loaded used to restrict which loadables get loaded
-
Method Details
-
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
-