Package io.ebean.ddlrunner


package io.ebean.ddlrunner
  • Class
    Description
    Detect non-transactional SQL statements that must run after normal sql statements with connection set to auto commit true.
    Parses string content into separate SQL/DDL statements.
    Runs DDL scripts.
     
    Transforms a SQL script given a map of key/value substitutions.