Class JaxbHbmNativeQueryScalarReturnType
java.lang.Object
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
- All Implemented Interfaces:
Serializable, NativeQueryReturn
public class JaxbHbmNativeQueryScalarReturnType
extends Object
implements Serializable, NativeQueryReturn
<p>Java class for NativeQueryScalarReturnType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="NativeQueryScalarReturnType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="column" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
}</pre>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
column
-
type
-
-
Constructor Details
-
JaxbHbmNativeQueryScalarReturnType
public JaxbHbmNativeQueryScalarReturnType()
-
-
Method Details
-
getColumn
-
setColumn
-
getType
-
setType
-