Class Sql
java.lang.Object
io.ebeaninternal.dbmigration.migration.Sql
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 -
Method Summary
Modifier and TypeMethodDescriptiongetApply()Gets the value of the apply property.Gets the value of the rollback property.voidSets 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
-