Package org.hibernate.query.results
Interface LegacyFetchBuilder
- All Superinterfaces:
FetchBuilder
,GraphNodeBuilder
- All Known Implementing Classes:
DynamicFetchBuilderLegacy
Specialized FetchBuilder implementations which handle building fetches defined via:
hbm.xml
definitions- calls to
NativeQuery.addFetch(java.lang.String, java.lang.String, java.lang.String)
, and friends
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the model-part being fetched.The alias for the node (result or fetch) which owns the fetch modeled by this builder.The table-alias associated with the fetch modeled by this builder.Methods inherited from interface org.hibernate.query.results.FetchBuilder
buildFetch, visitFetchBuilders
-
Method Details
-
getTableAlias
String getTableAlias()The table-alias associated with the fetch modeled by this builder. -
getOwnerAlias
String getOwnerAlias()The alias for the node (result or fetch) which owns the fetch modeled by this builder. -
getFetchableName
String getFetchableName()The name of the model-part being fetched. -
cacheKeyInstance
LegacyFetchBuilder cacheKeyInstance()- Specified by:
cacheKeyInstance
in interfaceFetchBuilder
-
getFetchable
Fetchable getFetchable()
-