Package org.hibernate.boot.jaxb.hbm.spi
Class JaxbHbmLoaderType
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLoaderType
-
- All Implemented Interfaces:
Serializable
public class JaxbHbmLoaderType extends Object implements Serializable
The loader element allows specification of a named query to be used for fetching an entity or collectionJava class for loader-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="loader-type"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="query-ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JaxbHbmLoaderType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getQueryRef()
Gets the value of the queryRef property.void
setQueryRef(String value)
Sets the value of the queryRef property.
-
-
-
Field Detail
-
queryRef
protected String queryRef
-
-