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.void
setAllocationSize
(Integer value) Sets the value of the allocationSize property.void
setCatalog
(String value) Sets the value of the catalog property.void
setDescription
(String value) Sets the value of the description property.void
setInitialValue
(Integer value) Sets the value of the initialValue property.void
Sets the value of the name property.void
setOptions
(String value) Sets the value of the options property.void
Sets the value of the schema property.void
setSequenceName
(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:
getCatalog
in interfaceJaxbSchemaAware
- Returns:
- possible object is
String
-
setCatalog
Sets the value of the catalog property.- Specified by:
setCatalog
in interfaceJaxbSchemaAware
- Parameters:
value
- allowed object isString
-
getSchema
Gets the value of the schema property.- Specified by:
getSchema
in interfaceJaxbSchemaAware
- Returns:
- possible object is
String
-
setSchema
Sets the value of the schema property.- Specified by:
setSchema
in 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
-