Interface Exporter<T extends Exportable>


  • public interface Exporter<T extends Exportable>
    Defines a contract for exporting of database objects (tables, sequences, etc) for use in SQL CREATE and DROP scripts.

    This is an ORM-centric contract