Class Defaults


  • public class Defaults
    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}datasource" minOccurs="0"/>
             <element ref="{http://jboss.org}datasource-mapping" minOccurs="0"/>
             <element ref="{http://jboss.org}create-table" minOccurs="0"/>
             <element ref="{http://jboss.org}alter-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}read-only" minOccurs="0"/>
             <element ref="{http://jboss.org}read-time-out" minOccurs="0"/>
             <element ref="{http://jboss.org}row-locking" minOccurs="0"/>
             <element ref="{http://jboss.org}pk-constraint" minOccurs="0"/>
             <element ref="{http://jboss.org}fk-constraint" minOccurs="0"/>
             <element ref="{http://jboss.org}preferred-relation-mapping" minOccurs="0"/>
             <element ref="{http://jboss.org}read-ahead" minOccurs="0"/>
             <element ref="{http://jboss.org}list-cache-max" minOccurs="0"/>
             <element ref="{http://jboss.org}clean-read-ahead-on-load" minOccurs="0"/>
             <element ref="{http://jboss.org}fetch-size" minOccurs="0"/>
             <element ref="{http://jboss.org}unknown-pk" minOccurs="0"/>
             <element ref="{http://jboss.org}entity-command" minOccurs="0"/>
             <element ref="{http://jboss.org}ql-compiler" minOccurs="0"/>
             <element ref="{http://jboss.org}throw-runtime-exceptions" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Defaults

        public Defaults()
    • Method Detail

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

        public AlterTable getAlterTable()
        Gets the value of the alterTable property.
        Returns:
        possible object is AlterTable
      • setAlterTable

        public void setAlterTable​(AlterTable value)
        Sets the value of the alterTable property.
        Parameters:
        value - allowed object is AlterTable
      • 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
      • getReadOnly

        public ReadOnly getReadOnly()
        Gets the value of the readOnly property.
        Returns:
        possible object is ReadOnly
      • setReadOnly

        public void setReadOnly​(ReadOnly value)
        Sets the value of the readOnly property.
        Parameters:
        value - allowed object is ReadOnly
      • getReadTimeOut

        public ReadTimeOut getReadTimeOut()
        Gets the value of the readTimeOut property.
        Returns:
        possible object is ReadTimeOut
      • setReadTimeOut

        public void setReadTimeOut​(ReadTimeOut value)
        Sets the value of the readTimeOut property.
        Parameters:
        value - allowed object is ReadTimeOut
      • 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
      • getFkConstraint

        public FkConstraint getFkConstraint()
        Gets the value of the fkConstraint property.
        Returns:
        possible object is FkConstraint
      • setFkConstraint

        public void setFkConstraint​(FkConstraint value)
        Sets the value of the fkConstraint property.
        Parameters:
        value - allowed object is FkConstraint
      • getReadAhead

        public ReadAhead getReadAhead()
        Gets the value of the readAhead property.
        Returns:
        possible object is ReadAhead
      • setReadAhead

        public void setReadAhead​(ReadAhead value)
        Sets the value of the readAhead property.
        Parameters:
        value - allowed object is ReadAhead
      • getListCacheMax

        public ListCacheMax getListCacheMax()
        Gets the value of the listCacheMax property.
        Returns:
        possible object is ListCacheMax
      • setListCacheMax

        public void setListCacheMax​(ListCacheMax value)
        Sets the value of the listCacheMax property.
        Parameters:
        value - allowed object is ListCacheMax
      • setCleanReadAheadOnLoad

        public void setCleanReadAheadOnLoad​(CleanReadAheadOnLoad value)
        Sets the value of the cleanReadAheadOnLoad property.
        Parameters:
        value - allowed object is CleanReadAheadOnLoad
      • getFetchSize

        public FetchSize getFetchSize()
        Gets the value of the fetchSize property.
        Returns:
        possible object is FetchSize
      • setFetchSize

        public void setFetchSize​(FetchSize value)
        Sets the value of the fetchSize property.
        Parameters:
        value - allowed object is FetchSize
      • getUnknownPk

        public UnknownPk getUnknownPk()
        Gets the value of the unknownPk property.
        Returns:
        possible object is UnknownPk
      • setUnknownPk

        public void setUnknownPk​(UnknownPk value)
        Sets the value of the unknownPk property.
        Parameters:
        value - allowed object is UnknownPk
      • getEntityCommand

        public EntityCommand getEntityCommand()
        Gets the value of the entityCommand property.
        Returns:
        possible object is EntityCommand
      • setEntityCommand

        public void setEntityCommand​(EntityCommand value)
        Sets the value of the entityCommand property.
        Parameters:
        value - allowed object is EntityCommand
      • getQlCompiler

        public QlCompiler getQlCompiler()
        Gets the value of the qlCompiler property.
        Returns:
        possible object is QlCompiler
      • setQlCompiler

        public void setQlCompiler​(QlCompiler value)
        Sets the value of the qlCompiler property.
        Parameters:
        value - allowed object is QlCompiler