类 JaxbHbmTypeDefinitionType
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterContainer
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
-
- 所有已实现的接口:
Serializable,ConfigParameterContainer
public class JaxbHbmTypeDefinitionType extends JaxbHbmConfigParameterContainer implements Serializable
Java class for TypeDefinitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TypeDefinitionType"> <complexContent> <extension base="{http://www.hibernate.org/xsd/orm/hbm}ConfigParameterContainer"> <attribute name="class" use="required" type="{http://www.hibernate.org/xsd/orm/hbm}ClassNameType" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>- 另请参阅:
- 序列化表格
-
-
字段概要
字段 修饰符和类型 字段 说明 protected Stringclazzprotected Stringname-
从类继承的字段 org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterContainer
configParameters
-
-
构造器概要
构造器 构造器 说明 JaxbHbmTypeDefinitionType()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetClazz()Gets the value of the clazz property.StringgetName()Gets the value of the name property.voidsetClazz(String value)Sets the value of the clazz property.voidsetName(String value)Sets the value of the name property.-
从类继承的方法 org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterContainer
getConfigParameters
-
-