java.lang.Object
io.ebeaninternal.dbmigration.migration.Sql

public class Sql extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://ebean-orm.github.io/xml/ns/dbmigration}apply"/>
         <element ref="{http://ebean-orm.github.io/xml/ns/dbmigration}rollback"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Sql

      public Sql()
  • Method Details

    • getApply

      public Apply getApply()
      Gets the value of the apply property.
      Returns:
      possible object is Apply
    • setApply

      public void setApply(Apply value)
      Sets the value of the apply property.
      Parameters:
      value - allowed object is Apply
    • getRollback

      Gets the value of the rollback property.
      Returns:
      possible object is Rollback
    • setRollback

      public void setRollback(Rollback value)
      Sets the value of the rollback property.
      Parameters:
      value - allowed object is Rollback