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