Interface FetchDescriptor

All Known Subinterfaces:
HbmResultSetMappingDescriptor.HbmFetchDescriptor
All Known Implementing Classes:
HbmResultSetMappingDescriptor.JoinDescriptor, HbmResultSetMappingDescriptor.PropertyFetchDescriptor

public interface FetchDescriptor
Describes the mapping for a fetch as part of a NamedResultSetMappingDescriptor
  • Method Summary

    Modifier and Type
    Method
    Description
    asResultMemento(NavigablePath path, org.hibernate.query.internal.ResultSetMappingResolutionContext resolutionContext)
     
    resolve(org.hibernate.query.internal.ResultSetMappingResolutionContext resolutionContext)
    Resolve the descriptor into a memento capable of being stored in the NamedObjectRepository
  • Method Details

    • resolve

      FetchMemento resolve(org.hibernate.query.internal.ResultSetMappingResolutionContext resolutionContext)
      Resolve the descriptor into a memento capable of being stored in the NamedObjectRepository
    • asResultMemento

      ResultMemento asResultMemento(NavigablePath path, org.hibernate.query.internal.ResultSetMappingResolutionContext resolutionContext)