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 Type
    Method
    Description
    void
    Register the contained exportable things to the Database
  • Method Details

    • registerExportables

      void registerExportables(Database database)
      Register the contained exportable things to the Database
      Parameters:
      database - The database instance