public class Defaults
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}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>
| Modifier and Type | Field and Description |
|---|---|
protected AlterTable |
alterTable |
protected CleanReadAheadOnLoad |
cleanReadAheadOnLoad |
protected CreateTable |
createTable |
protected Datasource |
datasource |
protected DatasourceMapping |
datasourceMapping |
protected EntityCommand |
entityCommand |
protected FetchSize |
fetchSize |
protected FkConstraint |
fkConstraint |
protected ListCacheMax |
listCacheMax |
protected PkConstraint |
pkConstraint |
protected PostTableCreate |
postTableCreate |
protected PreferredRelationMapping |
preferredRelationMapping |
protected QlCompiler |
qlCompiler |
protected ReadAhead |
readAhead |
protected ReadOnly |
readOnly |
protected ReadTimeOut |
readTimeOut |
protected RemoveTable |
removeTable |
protected RowLocking |
rowLocking |
protected ThrowRuntimeExceptions |
throwRuntimeExceptions |
protected UnknownPk |
unknownPk |
| Constructor and Description |
|---|
Defaults() |
| Modifier and Type | Method and Description |
|---|---|
AlterTable |
getAlterTable()
Gets the value of the alterTable property.
|
CleanReadAheadOnLoad |
getCleanReadAheadOnLoad()
Gets the value of the cleanReadAheadOnLoad 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.
|
EntityCommand |
getEntityCommand()
Gets the value of the entityCommand property.
|
FetchSize |
getFetchSize()
Gets the value of the fetchSize property.
|
FkConstraint |
getFkConstraint()
Gets the value of the fkConstraint property.
|
ListCacheMax |
getListCacheMax()
Gets the value of the listCacheMax property.
|
PkConstraint |
getPkConstraint()
Gets the value of the pkConstraint property.
|
PostTableCreate |
getPostTableCreate()
Gets the value of the postTableCreate property.
|
PreferredRelationMapping |
getPreferredRelationMapping()
Gets the value of the preferredRelationMapping property.
|
QlCompiler |
getQlCompiler()
Gets the value of the qlCompiler 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.
|
ThrowRuntimeExceptions |
getThrowRuntimeExceptions()
Gets the value of the throwRuntimeExceptions property.
|
UnknownPk |
getUnknownPk()
Gets the value of the unknownPk property.
|
void |
setAlterTable(AlterTable value)
Sets the value of the alterTable 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 |
setEntityCommand(EntityCommand value)
Sets the value of the entityCommand property.
|
void |
setFetchSize(FetchSize value)
Sets the value of the fetchSize property.
|
void |
setFkConstraint(FkConstraint value)
Sets the value of the fkConstraint property.
|
void |
setListCacheMax(ListCacheMax value)
Sets the value of the listCacheMax property.
|
void |
setPkConstraint(PkConstraint value)
Sets the value of the pkConstraint property.
|
void |
setPostTableCreate(PostTableCreate value)
Sets the value of the postTableCreate property.
|
void |
setPreferredRelationMapping(PreferredRelationMapping value)
Sets the value of the preferredRelationMapping property.
|
void |
setQlCompiler(QlCompiler value)
Sets the value of the qlCompiler 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 |
setThrowRuntimeExceptions(ThrowRuntimeExceptions value)
Sets the value of the throwRuntimeExceptions property.
|
void |
setUnknownPk(UnknownPk value)
Sets the value of the unknownPk property.
|
protected Datasource datasource
protected DatasourceMapping datasourceMapping
protected CreateTable createTable
protected AlterTable alterTable
protected RemoveTable removeTable
protected PostTableCreate postTableCreate
protected ReadOnly readOnly
protected ReadTimeOut readTimeOut
protected RowLocking rowLocking
protected PkConstraint pkConstraint
protected FkConstraint fkConstraint
protected PreferredRelationMapping preferredRelationMapping
protected ReadAhead readAhead
protected ListCacheMax listCacheMax
protected CleanReadAheadOnLoad cleanReadAheadOnLoad
protected FetchSize fetchSize
protected UnknownPk unknownPk
protected EntityCommand entityCommand
protected QlCompiler qlCompiler
protected ThrowRuntimeExceptions throwRuntimeExceptions
public 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 AlterTable getAlterTable()
AlterTablepublic void setAlterTable(AlterTable value)
value - allowed object is
AlterTablepublic 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 FkConstraint getFkConstraint()
FkConstraintpublic void setFkConstraint(FkConstraint value)
value - allowed object is
FkConstraintpublic PreferredRelationMapping getPreferredRelationMapping()
PreferredRelationMappingpublic void setPreferredRelationMapping(PreferredRelationMapping value)
value - allowed object is
PreferredRelationMappingpublic 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 UnknownPk getUnknownPk()
UnknownPkpublic void setUnknownPk(UnknownPk value)
value - allowed object is
UnknownPkpublic EntityCommand getEntityCommand()
EntityCommandpublic void setEntityCommand(EntityCommand value)
value - allowed object is
EntityCommandpublic QlCompiler getQlCompiler()
QlCompilerpublic void setQlCompiler(QlCompiler value)
value - allowed object is
QlCompilerpublic ThrowRuntimeExceptions getThrowRuntimeExceptions()
ThrowRuntimeExceptionspublic void setThrowRuntimeExceptions(ThrowRuntimeExceptions value)
value - allowed object is
ThrowRuntimeExceptions