类 JaxbHbmOneToManyCollectionElementType
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
-
- 所有已实现的接口:
Serializable
public class JaxbHbmOneToManyCollectionElementType extends Object implements Serializable
Java class for OneToManyCollectionElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OneToManyCollectionElementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="class" type="{http://www.hibernate.org/xsd/orm/hbm}ClassNameType" /> <attribute name="embed-xml" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="entity-name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="node" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="not-found" type="{http://www.hibernate.org/xsd/orm/hbm}NotFoundEnum" default="exception" /> </restriction> </complexContent> </complexType>- 另请参阅:
- 序列化表格
-
-
字段概要
字段 修饰符和类型 字段 说明 protected Stringclazzprotected BooleanembedXmlprotected StringentityNameprotected Stringnodeprotected JaxbHbmNotFoundEnumnotFound
-
构造器概要
构造器 构造器 说明 JaxbHbmOneToManyCollectionElementType()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetClazz()Gets the value of the clazz property.StringgetEntityName()Gets the value of the entityName property.StringgetNode()Gets the value of the node property.JaxbHbmNotFoundEnumgetNotFound()Gets the value of the notFound property.BooleanisEmbedXml()Gets the value of the embedXml property.voidsetClazz(String value)Sets the value of the clazz property.voidsetEmbedXml(Boolean value)Sets the value of the embedXml property.voidsetEntityName(String value)Sets the value of the entityName property.voidsetNode(String value)Sets the value of the node property.voidsetNotFound(JaxbHbmNotFoundEnum value)Sets the value of the notFound property.
-
-
-
字段详细资料
-
clazz
protected String clazz
-
embedXml
protected Boolean embedXml
-
entityName
protected String entityName
-
node
protected String node
-
notFound
protected JaxbHbmNotFoundEnum notFound
-
-
方法详细资料
-
getClazz
public String getClazz()
Gets the value of the clazz property.- 返回:
- possible object is
String
-
setClazz
public void setClazz(String value)
Sets the value of the clazz property.- 参数:
value- allowed object isString
-
isEmbedXml
public Boolean isEmbedXml()
Gets the value of the embedXml property.- 返回:
- possible object is
Boolean
-
setEmbedXml
public void setEmbedXml(Boolean value)
Sets the value of the embedXml property.- 参数:
value- allowed object isBoolean
-
getEntityName
public String getEntityName()
Gets the value of the entityName property.- 返回:
- possible object is
String
-
setEntityName
public void setEntityName(String value)
Sets the value of the entityName property.- 参数:
value- allowed object isString
-
setNode
public void setNode(String value)
Sets the value of the node property.- 参数:
value- allowed object isString
-
getNotFound
public JaxbHbmNotFoundEnum getNotFound()
Gets the value of the notFound property.- 返回:
- possible object is
JaxbHbmNotFoundEnum
-
setNotFound
public void setNotFound(JaxbHbmNotFoundEnum value)
Sets the value of the notFound property.- 参数:
value- allowed object isJaxbHbmNotFoundEnum
-
-