Interface DynamicFetchBuilder
-
- All Superinterfaces:
FetchBuilder
,NativeQuery.ResultNode
,NativeQuery.ReturnProperty
- All Known Implementing Classes:
DynamicFetchBuilderLegacy
,DynamicFetchBuilderStandard
public interface DynamicFetchBuilder extends FetchBuilder, NativeQuery.ReturnProperty
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DynamicFetchBuilder
cacheKeyInstance()
List<String>
getColumnAliases()
-
Methods inherited from interface org.hibernate.query.results.FetchBuilder
buildFetch, visitFetchBuilders
-
Methods inherited from interface org.hibernate.query.NativeQuery.ReturnProperty
addColumnAlias
-
-
-
-
Method Detail
-
cacheKeyInstance
DynamicFetchBuilder cacheKeyInstance()
- Specified by:
cacheKeyInstance
in interfaceFetchBuilder
-
-