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()
EjbName
public void setEjbName(EjbName value)
value
- allowed object is
EjbName
public Datasource getDatasource()
Datasource
public void setDatasource(Datasource value)
value
- allowed object is
Datasource
public DatasourceMapping getDatasourceMapping()
DatasourceMapping
public void setDatasourceMapping(DatasourceMapping value)
value
- allowed object is
DatasourceMapping
public CreateTable getCreateTable()
CreateTable
public void setCreateTable(CreateTable value)
value
- allowed object is
CreateTable
public RemoveTable getRemoveTable()
RemoveTable
public void setRemoveTable(RemoveTable value)
value
- allowed object is
RemoveTable
public PostTableCreate getPostTableCreate()
PostTableCreate
public void setPostTableCreate(PostTableCreate value)
value
- allowed object is
PostTableCreate
public ReadOnly getReadOnly()
ReadOnly
public void setReadOnly(ReadOnly value)
value
- allowed object is
ReadOnly
public ReadTimeOut getReadTimeOut()
ReadTimeOut
public void setReadTimeOut(ReadTimeOut value)
value
- allowed object is
ReadTimeOut
public RowLocking getRowLocking()
RowLocking
public void setRowLocking(RowLocking value)
value
- allowed object is
RowLocking
public PkConstraint getPkConstraint()
PkConstraint
public void setPkConstraint(PkConstraint value)
value
- allowed object is
PkConstraint
public ReadAhead getReadAhead()
ReadAhead
public void setReadAhead(ReadAhead value)
value
- allowed object is
ReadAhead
public ListCacheMax getListCacheMax()
ListCacheMax
public void setListCacheMax(ListCacheMax value)
value
- allowed object is
ListCacheMax
public CleanReadAheadOnLoad getCleanReadAheadOnLoad()
CleanReadAheadOnLoad
public void setCleanReadAheadOnLoad(CleanReadAheadOnLoad value)
value
- allowed object is
CleanReadAheadOnLoad
public FetchSize getFetchSize()
FetchSize
public void setFetchSize(FetchSize value)
value
- allowed object is
FetchSize
public TableName getTableName()
TableName
public void setTableName(TableName value)
value
- allowed object is
TableName
public 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
CmpField
public LoadGroups getLoadGroups()
LoadGroups
public void setLoadGroups(LoadGroups value)
value
- allowed object is
LoadGroups
public EagerLoadGroup getEagerLoadGroup()
EagerLoadGroup
public void setEagerLoadGroup(EagerLoadGroup value)
value
- allowed object is
EagerLoadGroup
public LazyLoadGroups getLazyLoadGroups()
LazyLoadGroups
public void setLazyLoadGroups(LazyLoadGroups value)
value
- allowed object is
LazyLoadGroups
public 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
Query
public UnknownPk getUnknownPk()
UnknownPk
public void setUnknownPk(UnknownPk value)
value
- allowed object is
UnknownPk
public EntityCommand getEntityCommand()
EntityCommand
public void setEntityCommand(EntityCommand value)
value
- allowed object is
EntityCommand
public OptimisticLocking getOptimisticLocking()
OptimisticLocking
public void setOptimisticLocking(OptimisticLocking value)
value
- allowed object is
OptimisticLocking
public Audit getAudit()
Audit