Class JaxbSequenceGeneratorImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGeneratorImpl
- All Implemented Interfaces:
Serializable,JaxbSchemaAware
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the allocationSize property.Gets the value of the catalog property.Gets the value of the description property.Gets the value of the initialValue property.getName()Gets the value of the name property.Gets the value of the options property.Gets the value of the schema property.Gets the value of the sequenceName property.voidsetAllocationSize(Integer value) Sets the value of the allocationSize property.voidsetCatalog(String value) Sets the value of the catalog property.voidsetDescription(String value) Sets the value of the description property.voidsetInitialValue(Integer value) Sets the value of the initialValue property.voidSets the value of the name property.voidsetOptions(String value) Sets the value of the options property.voidSets the value of the schema property.voidsetSequenceName(String value) Sets the value of the sequenceName property.
-
Field Details
-
description
-
name
-
sequenceName
-
catalog
-
schema
-
initialValue
-
allocationSize
-
options
-
-
Constructor Details
-
JaxbSequenceGeneratorImpl
public JaxbSequenceGeneratorImpl()
-
-
Method Details
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description 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
-
getSequenceName
Gets the value of the sequenceName property.- Returns:
- possible object is
String
-
setSequenceName
Sets the value of the sequenceName property.- Parameters:
value- allowed object isString
-
getCatalog
Gets the value of the catalog property.- Specified by:
getCatalogin interfaceJaxbSchemaAware- Returns:
- possible object is
String
-
setCatalog
Sets the value of the catalog property.- Specified by:
setCatalogin interfaceJaxbSchemaAware- Parameters:
value- allowed object isString
-
getSchema
Gets the value of the schema property.- Specified by:
getSchemain interfaceJaxbSchemaAware- Returns:
- possible object is
String
-
setSchema
Sets the value of the schema property.- Specified by:
setSchemain interfaceJaxbSchemaAware- Parameters:
value- allowed object isString
-
getInitialValue
Gets the value of the initialValue property.- Returns:
- possible object is
Integer
-
setInitialValue
Sets the value of the initialValue property.- Parameters:
value- allowed object isInteger
-
getAllocationSize
Gets the value of the allocationSize property.- Returns:
- possible object is
Integer
-
setAllocationSize
Sets the value of the allocationSize property.- Parameters:
value- allowed object isInteger
-
getOptions
Gets the value of the options property.- Returns:
- possible object is
String
-
setOptions
Sets the value of the options property.- Parameters:
value- allowed object isString
-