类 JaxbHbmFetchProfileType.JaxbHbmFetch
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
-
- 所有已实现的接口:
Serializable
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>- 另请参阅:
- 序列化表格
-
-
字段概要
字段 修饰符和类型 字段 说明 protected Stringassociationprotected Stringentityprotected JaxbHbmFetchStyleEnumstyle
-
构造器概要
构造器 构造器 说明 JaxbHbmFetch()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetAssociation()Gets the value of the association property.StringgetEntity()Gets the value of the entity property.JaxbHbmFetchStyleEnumgetStyle()Gets the value of the style property.voidsetAssociation(String value)Sets the value of the association property.voidsetEntity(String value)Sets the value of the entity property.voidsetStyle(JaxbHbmFetchStyleEnum value)Sets the value of the style property.
-
-
-
字段详细资料
-
association
protected String association
-
entity
protected String entity
-
style
protected JaxbHbmFetchStyleEnum style
-
-
方法详细资料
-
getAssociation
public String getAssociation()
Gets the value of the association property.- 返回:
- possible object is
String
-
setAssociation
public void setAssociation(String value)
Sets the value of the association property.- 参数:
value- allowed object isString
-
getEntity
public String getEntity()
Gets the value of the entity property.- 返回:
- possible object is
String
-
setEntity
public void setEntity(String value)
Sets the value of the entity property.- 参数:
value- allowed object isString
-
getStyle
public JaxbHbmFetchStyleEnum getStyle()
Gets the value of the style property.- 返回:
- possible object is
JaxbHbmFetchStyleEnum
-
setStyle
public void setStyle(JaxbHbmFetchStyleEnum value)
Sets the value of the style property.- 参数:
value- allowed object isJaxbHbmFetchStyleEnum
-
-