Class 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 Detail

      • Sql

        public Sql()
    • Method Detail

      • 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
      • setRollback

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