Interface ExportableProducer
-
- All Known Subinterfaces:
CompositeNestedGeneratedValueGenerator.GenerationPlan,DatabaseStructure,IdentifierGenerator,IdentifierGeneratorAggregator,OptimizableGenerator,PersistentIdentifierGenerator
- All Known Implementing Classes:
AbstractUUIDGenerator,Assigned,Component.ValueGenerationPlan,CompositeNestedGeneratedValueGenerator,ForeignGenerator,GUIDGenerator,IncrementGenerator,OrderedSequenceGenerator,OrderedSequenceStructure,SequenceStructure,SequenceStyleGenerator,TableGenerator,TableStructure,UUIDGenerator,UUIDHexGenerator
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
-