Package | Description |
---|---|
org.fastnate.generator.context | |
org.fastnate.generator.statements |
Modifier and Type | Field and Description |
---|---|
private SequenceIdGenerator |
GeneratorContext.defaultSequenceGenerator
The default sequence generator, if none is explicitly specified in a
GeneratedValue . |
Modifier and Type | Method and Description |
---|---|
void |
GeneratorContext.setDefaultSequenceGenerator(SequenceIdGenerator defaultSequenceGenerator)
The default sequence generator, if none is explicitly specified in a
GeneratedValue . |
Modifier and Type | Field and Description |
---|---|
private SequenceIdGenerator |
SequenceValueExpression.sequence
The written sequence.
|
Modifier and Type | Method and Description |
---|---|
SequenceIdGenerator |
SequenceValueExpression.getSequence()
The written sequence.
|
Constructor and Description |
---|
CurrentSequenceValueExpression(SequenceIdGenerator sequence,
long difference,
boolean firstCall)
Creates a new instance of an expression that references an ID by using the current value of a sequence.
|
NextSequenceValueExpression(SequenceIdGenerator sequence,
long difference)
Creates a new instance of an expression that references an ID by using the next value of a sequence.
|
SequenceValueExpression(SequenceIdGenerator sequence,
long difference) |
Copyright © 2022 fastnate.org. All rights reserved.