public class IdGeneratorImpl extends Object implements IdGenerator
Constructor and Description |
---|
IdGeneratorImpl() |
Modifier and Type | Method and Description |
---|---|
void |
interpretSequenceGenerator(javax.persistence.SequenceGenerator sequenceGeneratorAnnotation)
Extract the IdentifierGeneratorDefinition related to the given SequenceGenerator annotation
|
void |
interpretTableGenerator(javax.persistence.TableGenerator tableGeneratorAnnotation)
Extract the IdentifierGeneratorDefinition related to the given TableGenerator annotation
|
public void interpretTableGenerator(javax.persistence.TableGenerator tableGeneratorAnnotation)
tableGeneratorAnnotation
- The annotationdefinitionBuilder
- The IdentifierGeneratorDefinition builder to which to apply
any interpreted/extracted configurationpublic void interpretSequenceGenerator(javax.persistence.SequenceGenerator sequenceGeneratorAnnotation)
sequenceGeneratorAnnotation
- The annotationdefinitionBuilder
- The IdentifierGeneratorDefinition builder to which to apply
any interpreted/extracted configurationCopyright © 2020. All rights reserved.