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