Class JaxbHbmFetchProfileType.JaxbHbmFetch
java.lang.Object
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
- All Implemented Interfaces:
Serializable
- Enclosing class:
JaxbHbmFetchProfileType
<p>Java class for anonymous complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="association" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="entity" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="style" type="{http://www.hibernate.org/xsd/orm/hbm}FetchStyleEnum" default="join" />
</restriction>
</complexContent>
</complexType>
}</pre>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected JaxbHbmFetchStyleEnum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the association property.Gets the value of the entity property.getStyle()Gets the value of the style property.voidsetAssociation(String value) Sets the value of the association property.voidSets the value of the entity property.voidsetStyle(JaxbHbmFetchStyleEnum value) Sets the value of the style property.
-
Field Details
-
association
-
entity
-
style
-
-
Constructor Details
-
JaxbHbmFetch
public JaxbHbmFetch()
-
-
Method Details
-
getAssociation
-
setAssociation
-
getEntity
-
setEntity
-
getStyle
Gets the value of the style property.- Returns:
- possible object is
JaxbHbmFetchStyleEnum
-
setStyle
Sets the value of the style property.- Parameters:
value- allowed object isJaxbHbmFetchStyleEnum
-