org.apache.openejb.jee.jba.cmp
Class Defaults

java.lang.Object
  extended by org.apache.openejb.jee.jba.cmp.Defaults

public class Defaults
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}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>
 


Field Summary
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 Summary
Defaults()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

datasource

protected Datasource datasource

datasourceMapping

protected DatasourceMapping datasourceMapping

createTable

protected CreateTable createTable

alterTable

protected AlterTable alterTable

removeTable

protected RemoveTable removeTable

postTableCreate

protected PostTableCreate postTableCreate

readOnly

protected ReadOnly readOnly

readTimeOut

protected ReadTimeOut readTimeOut

rowLocking

protected RowLocking rowLocking

pkConstraint

protected PkConstraint pkConstraint

fkConstraint

protected FkConstraint fkConstraint

preferredRelationMapping

protected PreferredRelationMapping preferredRelationMapping

readAhead

protected ReadAhead readAhead

listCacheMax

protected ListCacheMax listCacheMax

cleanReadAheadOnLoad

protected CleanReadAheadOnLoad cleanReadAheadOnLoad

fetchSize

protected FetchSize fetchSize

unknownPk

protected UnknownPk unknownPk

entityCommand

protected EntityCommand entityCommand

qlCompiler

protected QlCompiler qlCompiler

throwRuntimeExceptions

protected ThrowRuntimeExceptions throwRuntimeExceptions
Constructor Detail

Defaults

public Defaults()
Method Detail

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

getDatasourceMapping

public DatasourceMapping getDatasourceMapping()
Gets the value of the datasourceMapping property.

Returns:
possible object is DatasourceMapping

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

getAlterTable

public AlterTable getAlterTable()
Gets the value of the alterTable property.

Returns:
possible object is AlterTable

setAlterTable

public void setAlterTable(AlterTable value)
Sets the value of the alterTable property.

Parameters:
value - allowed object is AlterTable

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

getFkConstraint

public FkConstraint getFkConstraint()
Gets the value of the fkConstraint property.

Returns:
possible object is FkConstraint

setFkConstraint

public void setFkConstraint(FkConstraint value)
Sets the value of the fkConstraint property.

Parameters:
value - allowed object is FkConstraint

getPreferredRelationMapping

public PreferredRelationMapping getPreferredRelationMapping()
Gets the value of the preferredRelationMapping property.

Returns:
possible object is PreferredRelationMapping

setPreferredRelationMapping

public void setPreferredRelationMapping(PreferredRelationMapping value)
Sets the value of the preferredRelationMapping property.

Parameters:
value - allowed object is PreferredRelationMapping

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

getCleanReadAheadOnLoad

public CleanReadAheadOnLoad getCleanReadAheadOnLoad()
Gets the value of the cleanReadAheadOnLoad property.

Returns:
possible object is CleanReadAheadOnLoad

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

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

getQlCompiler

public QlCompiler getQlCompiler()
Gets the value of the qlCompiler property.

Returns:
possible object is QlCompiler

setQlCompiler

public void setQlCompiler(QlCompiler value)
Sets the value of the qlCompiler property.

Parameters:
value - allowed object is QlCompiler

getThrowRuntimeExceptions

public ThrowRuntimeExceptions getThrowRuntimeExceptions()
Gets the value of the throwRuntimeExceptions property.

Returns:
possible object is ThrowRuntimeExceptions

setThrowRuntimeExceptions

public void setThrowRuntimeExceptions(ThrowRuntimeExceptions value)
Sets the value of the throwRuntimeExceptions property.

Parameters:
value - allowed object is ThrowRuntimeExceptions


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.