Class JaxbHbmResultSetMappingType

  • All Implemented Interfaces:
    java.io.Serializable, ResultSetMappingBindingDefinition

    public class JaxbHbmResultSetMappingType
    extends java.lang.Object
    implements java.io.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:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String name  
      protected java.util.List<java.io.Serializable> valueMappingSources  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Gets the value of the name property.
      java.util.List<java.io.Serializable> getValueMappingSources()
      Gets the value of the valueMappingSources property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • valueMappingSources

        protected java.util.List<java.io.Serializable> valueMappingSources
      • name

        protected java.lang.String name
    • Constructor Detail

      • JaxbHbmResultSetMappingType

        public JaxbHbmResultSetMappingType()