public static class JaxbHbmFetchProfileType.JaxbHbmFetch extends Object implements Serializable
<p>Java class for anonymous complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
association |
protected String |
entity |
protected JaxbHbmFetchStyleEnum |
style |
| Constructor and Description |
|---|
JaxbHbmFetch() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssociation()
Gets the value of the association property.
|
String |
getEntity()
Gets the value of the entity property.
|
JaxbHbmFetchStyleEnum |
getStyle()
Gets the value of the style property.
|
void |
setAssociation(String value)
Sets the value of the association property.
|
void |
setEntity(String value)
Sets the value of the entity property.
|
void |
setStyle(JaxbHbmFetchStyleEnum value)
Sets the value of the style property.
|
protected String association
protected String entity
protected JaxbHbmFetchStyleEnum style
public String getAssociation()
Gets the value of the association property.
Stringpublic void setAssociation(String value)
Sets the value of the association property.
value - allowed object is
Stringpublic String getEntity()
Gets the value of the entity property.
Stringpublic void setEntity(String value)
Sets the value of the entity property.
value - allowed object is
Stringpublic JaxbHbmFetchStyleEnum getStyle()
Gets the value of the style property.
JaxbHbmFetchStyleEnumpublic void setStyle(JaxbHbmFetchStyleEnum value)
Sets the value of the style property.
value - allowed object is
JaxbHbmFetchStyleEnumCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.