Class ChangeSet


  • public class ChangeSet
    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>
             <choice>
               <group ref="{http://ebean-orm.github.io/xml/ns/dbmigration}changeSetChildren" maxOccurs="unbounded" minOccurs="0"/>
             </choice>
           </sequence>
           <attribute name="type" use="required" type="{http://ebean-orm.github.io/xml/ns/dbmigration}changeSetType" />
           <attribute name="dropsFor" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="suppressDropsForever" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="generated" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="author" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="comment" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>