Package org.hibernate.query.results
Interface FetchBuilderBasicValued
- All Superinterfaces:
FetchBuilder
,GraphNodeBuilder
FetchBuilder specialization for basic mappings
-
Method Summary
Modifier and TypeMethodDescriptionBasicFetch
<?> buildFetch
(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, DomainResultCreationState domainResultCreationState) Methods inherited from interface org.hibernate.query.results.FetchBuilder
cacheKeyInstance, visitFetchBuilders
-
Method Details