Package org.hibernate.boot.jaxb.hbm.spi
Class JaxbHbmFetchProfileType.JaxbHbmFetch
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- JaxbHbmFetchProfileType
public static class JaxbHbmFetchProfileType.JaxbHbmFetch extends Object implements Serializable
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" type="{http://www.hibernate.org/xsd/orm/hbm}FetchStyleEnum" default="join" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
association
protected String
entity
protected JaxbHbmFetchStyleEnum
style
-
Constructor Summary
Constructors Constructor Description JaxbHbmFetch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Field Detail
-
association
protected String association
-
entity
protected String entity
-
style
protected JaxbHbmFetchStyleEnum style
-
-
Method Detail
-
getAssociation
public String getAssociation()
Gets the value of the association property.- Returns:
- possible object is
String
-
setAssociation
public void setAssociation(String value)
Sets the value of the association property.- Parameters:
value
- allowed object isString
-
getEntity
public String getEntity()
Gets the value of the entity property.- Returns:
- possible object is
String
-
setEntity
public void setEntity(String value)
Sets the value of the entity property.- Parameters:
value
- allowed object isString
-
getStyle
public JaxbHbmFetchStyleEnum getStyle()
Gets the value of the style property.- Returns:
- possible object is
JaxbHbmFetchStyleEnum
-
setStyle
public void setStyle(JaxbHbmFetchStyleEnum value)
Sets the value of the style property.- Parameters:
value
- allowed object isJaxbHbmFetchStyleEnum
-
-