Package org.hibernate.tool.schema.spi

Interface Exporter<T extendsExportable>

    • Field Detail

      • NO_COMMANDS

        static final String[] NO_COMMANDS
    • Method Detail

      • getSqlCreateStrings

        String[] getSqlCreateStrings​(T exportable,Metadata metadata,SqlStringGenerationContext context)
        Get the commands needed for creation.
        Returns:
        The commands needed for creation scripting.