Class JaxbHbmResultSetMappingType

java.lang.Object
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType
All Implemented Interfaces:
Serializable, ResultSetMappingBindingDefinition

public class JaxbHbmResultSetMappingType extends Object implements Serializable, ResultSetMappingBindingDefinition
The resultset element declares a named resultset mapping definition for SQL queries

Java class for ResultSetMappingType complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="ResultSetMappingType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded" minOccurs="0">
         <group ref="{http://www.hibernate.org/xsd/orm/hbm}NativeQueryReturnGroup"/>
       </choice>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also: