Class InitCommand

java.lang.Object
org.hibernate.boot.model.relational.InitCommand

public class InitCommand extends Object
A general SQL command to be used while initializing a schema.
  • Constructor Details

    • InitCommand

      public InitCommand(String... initCommands)
  • Method Details

    • getInitCommands

      public String[] getInitCommands()