Interface PersistentIdentifierGenerator

All Superinterfaces:
BeforeExecutionGenerator, Configurable, ExportableProducer, Generator, IdentifierGenerator, OptimizableGenerator, Serializable, StandardGenerator
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 IdentifierGenerator.configure(Type, Properties, ServiceRegistry) method: schema

See Also: