public class Entity
extends java.lang.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>
| Modifier and Type | Field and Description |
|---|---|
protected Audit |
audit |
protected CleanReadAheadOnLoad |
cleanReadAheadOnLoad |
protected java.util.List<CmpField> |
cmpField |
protected CreateTable |
createTable |
protected Datasource |
datasource |
protected DatasourceMapping |
datasourceMapping |
protected EagerLoadGroup |
eagerLoadGroup |
protected EjbName |
ejbName |
protected EntityCommand |
entityCommand |
protected FetchSize |
fetchSize |
protected LazyLoadGroups |
lazyLoadGroups |
protected ListCacheMax |
listCacheMax |
protected LoadGroups |
loadGroups |
protected OptimisticLocking |
optimisticLocking |
protected PkConstraint |
pkConstraint |
protected PostTableCreate |
postTableCreate |
protected java.util.List<Query> |
query |
protected ReadAhead |
readAhead |
protected ReadOnly |
readOnly |
protected ReadTimeOut |
readTimeOut |
protected RemoveTable |
removeTable |
protected RowLocking |
rowLocking |
protected TableName |
tableName |
protected UnknownPk |
unknownPk |
| Constructor and Description |
|---|
Entity() |
| Modifier and Type | Method and Description |
|---|---|
Audit |
getAudit()
Gets the value of the audit property.
|
CleanReadAheadOnLoad |
getCleanReadAheadOnLoad()
Gets the value of the cleanReadAheadOnLoad property.
|
java.util.List<CmpField> |
getCmpField()
Gets the value of the cmpField property.
|
CreateTable |
getCreateTable()
Gets the value of the createTable property.
|
Datasource |
getDatasource()
Gets the value of the datasource property.
|
DatasourceMapping |
getDatasourceMapping()
Gets the value of the datasourceMapping property.
|
EagerLoadGroup |
getEagerLoadGroup()
Gets the value of the eagerLoadGroup property.
|
EjbName |
getEjbName()
Gets the value of the ejbName property.
|
EntityCommand |
getEntityCommand()
Gets the value of the entityCommand property.
|
FetchSize |
getFetchSize()
Gets the value of the fetchSize property.
|
LazyLoadGroups |
getLazyLoadGroups()
Gets the value of the lazyLoadGroups property.
|
ListCacheMax |
getListCacheMax()
Gets the value of the listCacheMax property.
|
LoadGroups |
getLoadGroups()
Gets the value of the loadGroups property.
|
OptimisticLocking |
getOptimisticLocking()
Gets the value of the optimisticLocking property.
|
PkConstraint |
getPkConstraint()
Gets the value of the pkConstraint property.
|
PostTableCreate |
getPostTableCreate()
Gets the value of the postTableCreate property.
|
java.util.List<Query> |
getQuery()
Gets the value of the query property.
|
ReadAhead |
getReadAhead()
Gets the value of the readAhead property.
|
ReadOnly |
getReadOnly()
Gets the value of the readOnly property.
|
ReadTimeOut |
getReadTimeOut()
Gets the value of the readTimeOut property.
|
RemoveTable |
getRemoveTable()
Gets the value of the removeTable property.
|
RowLocking |
getRowLocking()
Gets the value of the rowLocking property.
|
TableName |
getTableName()
Gets the value of the tableName property.
|
UnknownPk |
getUnknownPk()
Gets the value of the unknownPk property.
|
void |
setAudit(Audit value)
Sets the value of the audit property.
|
void |
setCleanReadAheadOnLoad(CleanReadAheadOnLoad value)
Sets the value of the cleanReadAheadOnLoad property.
|
void |
setCreateTable(CreateTable value)
Sets the value of the createTable property.
|
void |
setDatasource(Datasource value)
Sets the value of the datasource property.
|
void |
setDatasourceMapping(DatasourceMapping value)
Sets the value of the datasourceMapping property.
|
void |
setEagerLoadGroup(EagerLoadGroup value)
Sets the value of the eagerLoadGroup property.
|
void |
setEjbName(EjbName value)
Sets the value of the ejbName property.
|
void |
setEntityCommand(EntityCommand value)
Sets the value of the entityCommand property.
|
void |
setFetchSize(FetchSize value)
Sets the value of the fetchSize property.
|
void |
setLazyLoadGroups(LazyLoadGroups value)
Sets the value of the lazyLoadGroups property.
|
void |
setListCacheMax(ListCacheMax value)
Sets the value of the listCacheMax property.
|
void |
setLoadGroups(LoadGroups value)
Sets the value of the loadGroups property.
|
void |
setOptimisticLocking(OptimisticLocking value)
Sets the value of the optimisticLocking property.
|
void |
setPkConstraint(PkConstraint value)
Sets the value of the pkConstraint property.
|
void |
setPostTableCreate(PostTableCreate value)
Sets the value of the postTableCreate property.
|
void |
setReadAhead(ReadAhead value)
Sets the value of the readAhead property.
|
void |
setReadOnly(ReadOnly value)
Sets the value of the readOnly property.
|
void |
setReadTimeOut(ReadTimeOut value)
Sets the value of the readTimeOut property.
|
void |
setRemoveTable(RemoveTable value)
Sets the value of the removeTable property.
|
void |
setRowLocking(RowLocking value)
Sets the value of the rowLocking property.
|
void |
setTableName(TableName value)
Sets the value of the tableName property.
|
void |
setUnknownPk(UnknownPk value)
Sets the value of the unknownPk property.
|
protected EjbName ejbName
protected Datasource datasource
protected DatasourceMapping datasourceMapping
protected CreateTable createTable
protected RemoveTable removeTable
protected PostTableCreate postTableCreate
protected ReadOnly readOnly
protected ReadTimeOut readTimeOut
protected RowLocking rowLocking
protected PkConstraint pkConstraint
protected ReadAhead readAhead
protected ListCacheMax listCacheMax
protected CleanReadAheadOnLoad cleanReadAheadOnLoad
protected FetchSize fetchSize
protected TableName tableName
protected java.util.List<CmpField> cmpField
protected LoadGroups loadGroups
protected EagerLoadGroup eagerLoadGroup
protected LazyLoadGroups lazyLoadGroups
protected java.util.List<Query> query
protected UnknownPk unknownPk
protected EntityCommand entityCommand
protected OptimisticLocking optimisticLocking
protected Audit audit
public EjbName getEjbName()
EjbNamepublic void setEjbName(EjbName value)
value - allowed object is
EjbNamepublic Datasource getDatasource()
Datasourcepublic void setDatasource(Datasource value)
value - allowed object is
Datasourcepublic DatasourceMapping getDatasourceMapping()
DatasourceMappingpublic void setDatasourceMapping(DatasourceMapping value)
value - allowed object is
DatasourceMappingpublic CreateTable getCreateTable()
CreateTablepublic void setCreateTable(CreateTable value)
value - allowed object is
CreateTablepublic RemoveTable getRemoveTable()
RemoveTablepublic void setRemoveTable(RemoveTable value)
value - allowed object is
RemoveTablepublic PostTableCreate getPostTableCreate()
PostTableCreatepublic void setPostTableCreate(PostTableCreate value)
value - allowed object is
PostTableCreatepublic ReadOnly getReadOnly()
ReadOnlypublic void setReadOnly(ReadOnly value)
value - allowed object is
ReadOnlypublic ReadTimeOut getReadTimeOut()
ReadTimeOutpublic void setReadTimeOut(ReadTimeOut value)
value - allowed object is
ReadTimeOutpublic RowLocking getRowLocking()
RowLockingpublic void setRowLocking(RowLocking value)
value - allowed object is
RowLockingpublic PkConstraint getPkConstraint()
PkConstraintpublic void setPkConstraint(PkConstraint value)
value - allowed object is
PkConstraintpublic ReadAhead getReadAhead()
ReadAheadpublic void setReadAhead(ReadAhead value)
value - allowed object is
ReadAheadpublic ListCacheMax getListCacheMax()
ListCacheMaxpublic void setListCacheMax(ListCacheMax value)
value - allowed object is
ListCacheMaxpublic CleanReadAheadOnLoad getCleanReadAheadOnLoad()
CleanReadAheadOnLoadpublic void setCleanReadAheadOnLoad(CleanReadAheadOnLoad value)
value - allowed object is
CleanReadAheadOnLoadpublic FetchSize getFetchSize()
FetchSizepublic void setFetchSize(FetchSize value)
value - allowed object is
FetchSizepublic TableName getTableName()
TableNamepublic void setTableName(TableName value)
value - allowed object is
TableNamepublic java.util.List<CmpField> getCmpField()
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
CmpFieldpublic LoadGroups getLoadGroups()
LoadGroupspublic void setLoadGroups(LoadGroups value)
value - allowed object is
LoadGroupspublic EagerLoadGroup getEagerLoadGroup()
EagerLoadGrouppublic void setEagerLoadGroup(EagerLoadGroup value)
value - allowed object is
EagerLoadGrouppublic LazyLoadGroups getLazyLoadGroups()
LazyLoadGroupspublic void setLazyLoadGroups(LazyLoadGroups value)
value - allowed object is
LazyLoadGroupspublic java.util.List<Query> getQuery()
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
Querypublic UnknownPk getUnknownPk()
UnknownPkpublic void setUnknownPk(UnknownPk value)
value - allowed object is
UnknownPkpublic EntityCommand getEntityCommand()
EntityCommandpublic void setEntityCommand(EntityCommand value)
value - allowed object is
EntityCommandpublic OptimisticLocking getOptimisticLocking()
OptimisticLockingpublic void setOptimisticLocking(OptimisticLocking value)
value - allowed object is
OptimisticLockingpublic Audit getAudit()
Audit