
public interface SequenceGenerator<T> extends Child<T>, OrmSequenceGeneratorCommType<T,SequenceGenerator<T>>
sequence-generator xsd type| Modifier and Type | Method and Description |
|---|---|
SequenceGenerator<T> |
allocationSize(Integer allocationSize)
Sets the
allocation-size attribute |
SequenceGenerator<T> |
catalog(String catalog)
Sets the
catalog attribute |
SequenceGenerator<T> |
description(String description)
Sets the
description element |
Integer |
getAllocationSize()
Returns the
allocation-size attribute |
String |
getCatalog()
Returns the
catalog attribute |
String |
getDescription()
Returns the
description element |
Integer |
getInitialValue()
Returns the
initial-value attribute |
String |
getName()
Returns the
name attribute |
String |
getSchema()
Returns the
schema attribute |
String |
getSequenceName()
Returns the
sequence-name attribute |
SequenceGenerator<T> |
initialValue(Integer initialValue)
Sets the
initial-value attribute |
SequenceGenerator<T> |
name(String name)
Sets the
name attribute |
SequenceGenerator<T> |
removeAllocationSize()
Removes the
allocation-size attribute |
SequenceGenerator<T> |
removeCatalog()
Removes the
catalog attribute |
SequenceGenerator<T> |
removeDescription()
Removes the
description element |
SequenceGenerator<T> |
removeInitialValue()
Removes the
initial-value attribute |
SequenceGenerator<T> |
removeName()
Removes the
name attribute |
SequenceGenerator<T> |
removeSchema()
Removes the
schema attribute |
SequenceGenerator<T> |
removeSequenceName()
Removes the
sequence-name attribute |
SequenceGenerator<T> |
schema(String schema)
Sets the
schema attribute |
SequenceGenerator<T> |
sequenceName(String sequenceName)
Sets the
sequence-name attribute |
SequenceGenerator<T> description(String description)
description elementdescription - the value for the element descriptionSequenceGeneratorString getDescription()
description elementdescriptionSequenceGenerator<T> removeDescription()
description elementSequenceGeneratorSequenceGenerator<T> name(String name)
name attributename - the value for the attribute nameSequenceGeneratorString getName()
name attributenameSequenceGenerator<T> removeName()
name attributeSequenceGeneratorSequenceGenerator<T> sequenceName(String sequenceName)
sequence-name attributesequenceName - the value for the attribute sequence-nameSequenceGeneratorString getSequenceName()
sequence-name attributesequence-nameSequenceGenerator<T> removeSequenceName()
sequence-name attributeSequenceGeneratorSequenceGenerator<T> catalog(String catalog)
catalog attributecatalog - the value for the attribute catalogSequenceGeneratorString getCatalog()
catalog attributecatalogSequenceGenerator<T> removeCatalog()
catalog attributeSequenceGeneratorSequenceGenerator<T> schema(String schema)
schema attributeschema - the value for the attribute schemaSequenceGeneratorString getSchema()
schema attributeschemaSequenceGenerator<T> removeSchema()
schema attributeSequenceGeneratorSequenceGenerator<T> initialValue(Integer initialValue)
initial-value attributeinitialValue - the value for the attribute initial-valueSequenceGeneratorInteger getInitialValue()
initial-value attributeinitial-valueSequenceGenerator<T> removeInitialValue()
initial-value attributeSequenceGeneratorSequenceGenerator<T> allocationSize(Integer allocationSize)
allocation-size attributeallocationSize - the value for the attribute allocation-sizeSequenceGeneratorInteger getAllocationSize()
allocation-size attributeallocation-sizeSequenceGenerator<T> removeAllocationSize()
allocation-size attributeSequenceGeneratorCopyright © 2021 JBoss by Red Hat. All rights reserved.