Package org.hibernate.boot.jaxb.hbm.spi
Class JaxbHbmIdentifierGeneratorDefinitionType
java.lang.Object
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
- All Implemented Interfaces:
Serializable
Java class for IdentifierGeneratorDefinitionType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="IdentifierGeneratorDefinitionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<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" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
clazz
-
name
-
-
Constructor Details
-
JaxbHbmIdentifierGeneratorDefinitionType
public JaxbHbmIdentifierGeneratorDefinitionType()
-
-
Method Details
-
getClazz
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
Sets the value of the clazz property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-