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()
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 AlterTable getAlterTable()
AlterTable
public void setAlterTable(AlterTable value)
value
- allowed object is
AlterTable
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 FkConstraint getFkConstraint()
FkConstraint
public void setFkConstraint(FkConstraint value)
value
- allowed object is
FkConstraint
public PreferredRelationMapping getPreferredRelationMapping()
PreferredRelationMapping
public void setPreferredRelationMapping(PreferredRelationMapping value)
value
- allowed object is
PreferredRelationMapping
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 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 QlCompiler getQlCompiler()
QlCompiler
public void setQlCompiler(QlCompiler value)
value
- allowed object is
QlCompiler
public ThrowRuntimeExceptions getThrowRuntimeExceptions()
ThrowRuntimeExceptions
public void setThrowRuntimeExceptions(ThrowRuntimeExceptions value)
value
- allowed object is
ThrowRuntimeExceptions