Interface ExportableProducer
-
- All Known Subinterfaces:
BulkInsertionCapableIdentifierGenerator,CompositeNestedGeneratedValueGenerator.GenerationPlan,DatabaseStructure,IdentifierGenerator,IdentifierGeneratorAggregator,PersistentIdentifierGenerator,PostInsertIdentifierGenerator
- All Known Implementing Classes:
AbstractPostInsertGenerator,AbstractUUIDGenerator,Assigned,Component.ValueGenerationPlan,CompositeNestedGeneratedValueGenerator,ForeignGenerator,GUIDGenerator,IdentityGenerator,IncrementGenerator,MultipleHiLoPerTableGenerator,OrderedSequenceGenerator,OrderedSequenceStructure,SelectGenerator,SequenceGenerator,SequenceHiLoGenerator,SequenceIdentityGenerator,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
-