Class Sql
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 Summary
Constructors Constructor Description Sql() -
Method Summary
Modifier and Type Method Description ApplygetApply()Gets the value of the apply property.RollbackgetRollback()Gets the value of the rollback property.voidsetApply(Apply value)Sets the value of the apply property.voidsetRollback(Rollback value)Sets the value of the rollback property.
-
Constructor Details
-
Sql
public Sql()
-
-
Method Details
-
getApply
Gets the value of the apply property.- Returns:
- possible object is
Apply
-
setApply
Sets the value of the apply property.- Parameters:
value- allowed object isApply
-
getRollback
Gets the value of the rollback property.- Returns:
- possible object is
Rollback
-
setRollback
Sets the value of the rollback property.- Parameters:
value- allowed object isRollback
-