Interface DynamicFetchBuilderContainer
- All Known Implementing Classes:
AbstractFetchBuilderContainer,DynamicFetchBuilderLegacy,DynamicResultBuilderEntityStandard
public interface DynamicFetchBuilderContainer
- Author:
- Steve Ebersole
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddFetchBuilder(String propertyName, FetchBuilder fetchBuilder) addProperty(String propertyName) Add a property whose columns can later be defined usingNativeQuery.ReturnProperty.addColumnAlias(java.lang.String)addProperty(String propertyName, String columnAlias) Add a property mapped to a single column.addProperty(String propertyName, String... columnAliases) Add a property mapped to multiple columnsfindFetchBuilder(String fetchableName) 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
-