Interface ExportableProducer
-
- All Known Subinterfaces:
BulkInsertionCapableIdentifierGenerator
,CompositeNestedGeneratedValueGenerator.GenerationPlan
,DatabaseStructure
,IdentifierGenerator
,IdentifierGeneratorAggregator
,OptimizableGenerator
,PersistentIdentifierGenerator
,PostInsertIdentifierGenerator
,StandardGenerator
- All Known Implementing Classes:
AbstractPostInsertGenerator
,AbstractUUIDGenerator
,Assigned
,Component.ValueGenerationPlan
,CompositeNestedGeneratedValueGenerator
,ForeignGenerator
,GUIDGenerator
,IdentityGenerator
,IncrementGenerator
,OrderedSequenceGenerator
,OrderedSequenceStructure
,SelectGenerator
,SequenceStructure
,SequenceStyleGenerator
,TableGenerator
,TableStructure
,UuidGenerator
,UUIDGenerator
,UUIDHexGenerator
public interface ExportableProducer
Identifies metamodel objects that can produceExportable
relational stuff.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
registerExportables(Database database)
Register the contained exportable things to theDatabase
-