Interface DynamicFetchBuilderContainer
- All Known Implementing Classes:
AbstractFetchBuilderContainer
,DynamicFetchBuilderLegacy
,DynamicResultBuilderEntityStandard
public interface DynamicFetchBuilderContainer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addFetchBuilder
(Fetchable fetchable, FetchBuilder fetchBuilder) addProperty
(Fetchable fetchable) Add a property whose columns can later be defined usingNativeQuery.ReturnProperty.addColumnAlias(java.lang.String)
addProperty
(Fetchable fetchable, String columnAlias) Add a property mapped to a single column.addProperty
(Fetchable fetchable, String... columnAliases) Add a property mapped to multiple columnsfindFetchBuilder
(Fetchable fetchable) Locate an explicit fetch definition for the named fetchable
-
Method Details
-
findFetchBuilder
Locate an explicit fetch definition for the named fetchable -
addProperty
Add a property mapped to a single column. -
addProperty
Add a property mapped to multiple columns -
addProperty
Add a property whose columns can later be defined usingNativeQuery.ReturnProperty.addColumnAlias(java.lang.String)
-
addFetchBuilder
-