Class Entity


  • public class Entity
    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}ejb-name"/>
             <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}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}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}table-name" minOccurs="0"/>
             <element ref="{http://jboss.org}cmp-field" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://jboss.org}load-groups" minOccurs="0"/>
             <element ref="{http://jboss.org}eager-load-group" minOccurs="0"/>
             <element ref="{http://jboss.org}lazy-load-groups" minOccurs="0"/>
             <element ref="{http://jboss.org}query" maxOccurs="unbounded" 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}optimistic-locking" minOccurs="0"/>
             <element ref="{http://jboss.org}audit" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Entity

        public Entity()
    • Method Detail

      • getEjbName

        public EjbName getEjbName()
        Gets the value of the ejbName property.
        Returns:
        possible object is EjbName
      • setEjbName

        public void setEjbName​(EjbName value)
        Sets the value of the ejbName property.
        Parameters:
        value - allowed object is EjbName
      • 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
      • 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
      • 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
      • 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
      • getCmpField

        public List<CmpField> getCmpField()
        Gets the value of the cmpField property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the cmpField property. For example, to add a new item, do as follows:
            getCmpField().add(newItem);
         
        Objects of the following type(s) are allowed in the list CmpField
      • getLoadGroups

        public LoadGroups getLoadGroups()
        Gets the value of the loadGroups property.
        Returns:
        possible object is LoadGroups
      • setLoadGroups

        public void setLoadGroups​(LoadGroups value)
        Sets the value of the loadGroups property.
        Parameters:
        value - allowed object is LoadGroups
      • getEagerLoadGroup

        public EagerLoadGroup getEagerLoadGroup()
        Gets the value of the eagerLoadGroup property.
        Returns:
        possible object is EagerLoadGroup
      • setEagerLoadGroup

        public void setEagerLoadGroup​(EagerLoadGroup value)
        Sets the value of the eagerLoadGroup property.
        Parameters:
        value - allowed object is EagerLoadGroup
      • getLazyLoadGroups

        public LazyLoadGroups getLazyLoadGroups()
        Gets the value of the lazyLoadGroups property.
        Returns:
        possible object is LazyLoadGroups
      • setLazyLoadGroups

        public void setLazyLoadGroups​(LazyLoadGroups value)
        Sets the value of the lazyLoadGroups property.
        Parameters:
        value - allowed object is LazyLoadGroups
      • getQuery

        public List<Query> getQuery()
        Gets the value of the query property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the query property. For example, to add a new item, do as follows:
            getQuery().add(newItem);
         
        Objects of the following type(s) are allowed in the list Query
      • 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
      • setOptimisticLocking

        public void setOptimisticLocking​(OptimisticLocking value)
        Sets the value of the optimisticLocking property.
        Parameters:
        value - allowed object is OptimisticLocking
      • getAudit

        public Audit getAudit()
        Gets the value of the audit property.
        Returns:
        possible object is Audit
      • setAudit

        public void setAudit​(Audit value)
        Sets the value of the audit property.
        Parameters:
        value - allowed object is Audit