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 <p>Java class for ResultSetMappingType complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <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> }</pre>
See Also: