Interface ExportableProducer
-
- All Known Subinterfaces:
CompositeNestedGeneratedValueGenerator.GenerationPlan,DatabaseStructure,IdentifierGeneratorAggregator,PersistentIdentifierGenerator
- All Known Implementing Classes:
Component.ValueGenerationPlan,CompositeNestedGeneratedValueGenerator,MultipleHiLoPerTableGenerator,OrderedSequenceGenerator,OrderedSequenceStructure,SequenceGenerator,SequenceHiLoGenerator,SequenceIdentityGenerator,SequenceStructure,SequenceStyleGenerator,TableGenerator,TableStructure
public interface ExportableProducerIdentifies metamodel objects that can produceExportablerelational stuff.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregisterExportables(Database database)Register the contained exportable things to theDatabase
-