Interface NamedResultSetMappingDescriptor

All Known Implementing Classes:
HbmResultSetMappingDescriptor, SqlResultSetMappingDescriptor

public interface NamedResultSetMappingDescriptor
Models the "boot view" of a ResultSet mapping used in the mapping of native and procedure queries. Ultimately used to generate a NamedResultSetMappingMemento that is stored in the NamedObjectRepository for availability at runtime
  • Method Summary

    Modifier and Type
    Method
    Description
    The name under which the result-set-mapping is to be registered
    resolve(org.hibernate.query.internal.ResultSetMappingResolutionContext resolutionContext)
    Create a representation of the described ResultSet mapping for the purpose of being stored in Hibernate's NamedObjectRepository