Interface ExportableProducer
- All Known Subinterfaces:
CompositeNestedGeneratedValueGenerator.GenerationPlan
,DatabaseStructure
,IdentifierGenerator
,IdentifierGeneratorAggregator
,OptimizableGenerator
,PersistentIdentifierGenerator
- All Known Implementing Classes:
AbstractUUIDGenerator
,Component.ValueGenerationPlan
,CompositeNestedGeneratedValueGenerator
,ForeignGenerator
,GUIDGenerator
,IncrementGenerator
,NativeGenerator
,OrderedSequenceGenerator
,OrderedSequenceStructure
,SequenceStructure
,SequenceStyleGenerator
,TableGenerator
,TableStructure
,UUIDGenerator
,UUIDHexGenerator
public interface ExportableProducer
Identifies metamodel objects that can produce
Exportable
relational stuff.-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerExportables
(Database database) Register the contained exportable things to theDatabase
-
Method Details
-
registerExportables
Register the contained exportable things to theDatabase
- Parameters:
database
- The database instance
-