org.hibernate.cfg
Class ResultSetMappingBinder
java.lang.Object
org.hibernate.cfg.ResultSetMappingBinder
- Direct Known Subclasses:
- NamedSQLQuerySecondPass, ResultSetMappingSecondPass
public abstract class ResultSetMappingBinder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultSetMappingBinder
public ResultSetMappingBinder()
buildResultSetMappingDefinition
protected static ResultSetMappingDefinition buildResultSetMappingDefinition(org.dom4j.Element resultSetElem,
String path,
Mappings mappings)
- Build a ResultSetMappingDefinition given a containing element for the "return-XXX" elements
- Parameters:
resultSetElem
- The element containing the return definitions.path
- No clue...mappings
- The current processing state.
- Returns:
- The description of the mappings...
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.