Class JaxbFetchProfileImpl.JaxbFetchImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbFetchProfileImpl.JaxbFetchImpl
- All Implemented Interfaces:
Serializable
- Enclosing class:
- JaxbFetchProfileImpl
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<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">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="join"/>
<enumeration value="select"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
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.void
setAssociation
(String value) Sets the value of the association property.void
Sets the value of the entity property.void
Sets the value of the style property.
-
Field Details
-
association
-
entity
-
style
-
-
Constructor Details
-
JaxbFetchImpl
public JaxbFetchImpl()
-
-
Method Details
-
getAssociation
Gets the value of the association property.- Returns:
- possible object is
String
-
setAssociation
Sets the value of the association property.- Parameters:
value
- allowed object isString
-
getEntity
Gets the value of the entity property.- Returns:
- possible object is
String
-
setEntity
Sets the value of the entity property.- Parameters:
value
- allowed object isString
-
getStyle
Gets the value of the style property.- Returns:
- possible object is
String
-
setStyle
Sets the value of the style property.- Parameters:
value
- allowed object isString
-