Class JdbcValuesMappingProducerStandard

  • All Implemented Interfaces:
    JdbcValuesMappingProducer

    public class JdbcValuesMappingProducerStandard
    extends Object
    implements JdbcValuesMappingProducer
    Hibernate's standard ResultSetMappingDescriptor implementation for cases where Hibernate itself creates the mappings. Basically this covers all scenarios *except* NativeQuery processing - an important distinction as it means we do not have to perform any ResultSetMetaData resolutions.