Class RelationTableMapping


  • public class RelationTableMapping
    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://jboss.org}table-name" minOccurs="0"/>
             <sequence minOccurs="0">
               <element ref="{http://jboss.org}datasource"/>
               <element ref="{http://jboss.org}datasource-mapping"/>
             </sequence>
             <element ref="{http://jboss.org}create-table" minOccurs="0"/>
             <element ref="{http://jboss.org}remove-table" minOccurs="0"/>
             <element ref="{http://jboss.org}post-table-create" minOccurs="0"/>
             <element ref="{http://jboss.org}row-locking" minOccurs="0"/>
             <element ref="{http://jboss.org}pk-constraint" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • RelationTableMapping

        public RelationTableMapping()
    • Method Detail

      • getTableName

        public TableName getTableName()
        Gets the value of the tableName property.
        Returns:
        possible object is TableName
      • setTableName

        public void setTableName​(TableName value)
        Sets the value of the tableName property.
        Parameters:
        value - allowed object is TableName
      • getDatasource

        public Datasource getDatasource()
        Gets the value of the datasource property.
        Returns:
        possible object is Datasource
      • setDatasource

        public void setDatasource​(Datasource value)
        Sets the value of the datasource property.
        Parameters:
        value - allowed object is Datasource
      • setDatasourceMapping

        public void setDatasourceMapping​(DatasourceMapping value)
        Sets the value of the datasourceMapping property.
        Parameters:
        value - allowed object is DatasourceMapping
      • getCreateTable

        public CreateTable getCreateTable()
        Gets the value of the createTable property.
        Returns:
        possible object is CreateTable
      • setCreateTable

        public void setCreateTable​(CreateTable value)
        Sets the value of the createTable property.
        Parameters:
        value - allowed object is CreateTable
      • getRemoveTable

        public RemoveTable getRemoveTable()
        Gets the value of the removeTable property.
        Returns:
        possible object is RemoveTable
      • setRemoveTable

        public void setRemoveTable​(RemoveTable value)
        Sets the value of the removeTable property.
        Parameters:
        value - allowed object is RemoveTable
      • getPostTableCreate

        public PostTableCreate getPostTableCreate()
        Gets the value of the postTableCreate property.
        Returns:
        possible object is PostTableCreate
      • setPostTableCreate

        public void setPostTableCreate​(PostTableCreate value)
        Sets the value of the postTableCreate property.
        Parameters:
        value - allowed object is PostTableCreate
      • getRowLocking

        public RowLocking getRowLocking()
        Gets the value of the rowLocking property.
        Returns:
        possible object is RowLocking
      • setRowLocking

        public void setRowLocking​(RowLocking value)
        Sets the value of the rowLocking property.
        Parameters:
        value - allowed object is RowLocking
      • getPkConstraint

        public PkConstraint getPkConstraint()
        Gets the value of the pkConstraint property.
        Returns:
        possible object is PkConstraint
      • setPkConstraint

        public void setPkConstraint​(PkConstraint value)
        Sets the value of the pkConstraint property.
        Parameters:
        value - allowed object is PkConstraint