org.hibernate.cfg

Class NamedSQLQuerySecondPass

Implemented Interfaces:
QuerySecondPass, SecondPass, Serializable

public class NamedSQLQuerySecondPass
extends ResultSetMappingBinder
implements QuerySecondPass

Author:
Emmanuel Bernard

Constructor Summary

NamedSQLQuerySecondPass(Element queryElem, String path, Mappings mappings)

Method Summary

void
doSecondPass(Map persistentClasses)

Methods inherited from class org.hibernate.cfg.ResultSetMappingBinder

buildResultSetMappingDefinition

Constructor Details

NamedSQLQuerySecondPass

public NamedSQLQuerySecondPass(Element queryElem,
                               String path,
                               Mappings mappings)

Method Details

doSecondPass

public void doSecondPass(Map persistentClasses)
            throws MappingException