public class JaxbHbmResultSetMappingType extends java.lang.Object implements java.io.Serializable, ResultSetMappingBindingDefinition
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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
name |
protected java.util.List<java.io.Serializable> |
valueMappingSources |
Constructor and Description |
---|
JaxbHbmResultSetMappingType() |
Modifier and Type | Method and 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.
|
protected java.util.List<java.io.Serializable> valueMappingSources
protected java.lang.String name
public java.util.List<java.io.Serializable> getValueMappingSources()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the valueMappingSources property.
For example, to add a new item, do as follows:
getValueMappingSources().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbHbmNativeQueryScalarReturnType
JaxbHbmNativeQueryReturnType
JaxbHbmNativeQueryJoinReturnType
JaxbHbmNativeQueryCollectionLoadReturnType
getValueMappingSources
in interface ResultSetMappingBindingDefinition
public java.lang.String getName()
getName
in interface ResultSetMappingBindingDefinition
String
public void setName(java.lang.String value)
value
- allowed object is
String
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.