Interface PersistentIdentifierGenerator

All Superinterfaces:
BeforeExecutionGenerator, Configurable, ExportableProducer, Generator, IdentifierGenerator, OptimizableGenerator, Serializable
All Known Implementing Classes:
OrderedSequenceGenerator, SequenceStyleGenerator, TableGenerator

public interface PersistentIdentifierGenerator extends OptimizableGenerator
An IdentifierGenerator that requires creation of database objects.

All instances have access to a special mapping parameter in their Configurable.configure(GeneratorCreationContext, Properties) method: schema

See Also: