|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.wls.WeblogicRdbmsBean
public class WeblogicRdbmsBean
Java class for weblogic-rdbms-bean complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="weblogic-rdbms-bean">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ejb-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="data-source-jndi-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="unknown-primary-key-field" type="{http://www.bea.com/ns/weblogic/90}unknown-primary-key-field" minOccurs="0"/>
<element name="table-map" type="{http://www.bea.com/ns/weblogic/90}table-map" maxOccurs="unbounded"/>
<element name="field-group" type="{http://www.bea.com/ns/weblogic/90}field-group" maxOccurs="unbounded" minOccurs="0"/>
<element name="relationship-caching" type="{http://www.bea.com/ns/weblogic/90}relationship-caching" maxOccurs="unbounded" minOccurs="0"/>
<element name="sql-shape" type="{http://www.bea.com/ns/weblogic/90}sql-shape" maxOccurs="unbounded" minOccurs="0"/>
<element name="weblogic-query" type="{http://www.bea.com/ns/weblogic/90}weblogic-query" maxOccurs="unbounded" minOccurs="0"/>
<element name="delay-database-insert-until" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="use-select-for-update" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
<element name="lock-order" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="instance-lock-order" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="automatic-key-generation" type="{http://www.bea.com/ns/weblogic/90}automatic-key-generation" minOccurs="0"/>
<element name="check-exists-on-method" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
<element name="cluster-invalidation-disabled" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AutomaticKeyGeneration |
automaticKeyGeneration
|
protected Boolean |
checkExistsOnMethod
|
protected Boolean |
clusterInvalidationDisabled
|
protected String |
dataSourceJndiName
|
protected String |
delayDatabaseInsertUntil
|
protected String |
ejbName
|
protected List<FieldGroup> |
fieldGroup
|
protected String |
id
|
protected String |
instanceLockOrder
|
protected BigInteger |
lockOrder
|
protected List<RelationshipCaching> |
relationshipCaching
|
protected List<SqlShape> |
sqlShape
|
protected List<TableMap> |
tableMap
|
protected UnknownPrimaryKeyField |
unknownPrimaryKeyField
|
protected Boolean |
useSelectForUpdate
|
protected List<WeblogicQuery> |
weblogicQuery
|
| Constructor Summary | |
|---|---|
WeblogicRdbmsBean()
|
|
| Method Summary | |
|---|---|
AutomaticKeyGeneration |
getAutomaticKeyGeneration()
Gets the value of the automaticKeyGeneration property. |
Boolean |
getCheckExistsOnMethod()
Gets the value of the checkExistsOnMethod property. |
Boolean |
getClusterInvalidationDisabled()
Gets the value of the clusterInvalidationDisabled property. |
String |
getDataSourceJndiName()
Gets the value of the dataSourceJndiName property. |
String |
getDelayDatabaseInsertUntil()
Gets the value of the delayDatabaseInsertUntil property. |
String |
getEjbName()
Gets the value of the ejbName property. |
List<FieldGroup> |
getFieldGroup()
Gets the value of the fieldGroup property. |
String |
getId()
Gets the value of the id property. |
String |
getInstanceLockOrder()
Gets the value of the instanceLockOrder property. |
BigInteger |
getLockOrder()
Gets the value of the lockOrder property. |
List<RelationshipCaching> |
getRelationshipCaching()
Gets the value of the relationshipCaching property. |
List<SqlShape> |
getSqlShape()
Gets the value of the sqlShape property. |
List<TableMap> |
getTableMap()
Gets the value of the tableMap property. |
UnknownPrimaryKeyField |
getUnknownPrimaryKeyField()
Gets the value of the unknownPrimaryKeyField property. |
Boolean |
getUseSelectForUpdate()
Gets the value of the useSelectForUpdate property. |
List<WeblogicQuery> |
getWeblogicQuery()
Gets the value of the weblogicQuery property. |
void |
setAutomaticKeyGeneration(AutomaticKeyGeneration value)
Sets the value of the automaticKeyGeneration property. |
void |
setCheckExistsOnMethod(Boolean value)
Sets the value of the checkExistsOnMethod property. |
void |
setClusterInvalidationDisabled(Boolean value)
Sets the value of the clusterInvalidationDisabled property. |
void |
setDataSourceJndiName(String value)
Sets the value of the dataSourceJndiName property. |
void |
setDelayDatabaseInsertUntil(String value)
Sets the value of the delayDatabaseInsertUntil property. |
void |
setEjbName(String value)
Sets the value of the ejbName property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setInstanceLockOrder(String value)
Sets the value of the instanceLockOrder property. |
void |
setLockOrder(BigInteger value)
Sets the value of the lockOrder property. |
void |
setUnknownPrimaryKeyField(UnknownPrimaryKeyField value)
Sets the value of the unknownPrimaryKeyField property. |
void |
setUseSelectForUpdate(Boolean value)
Sets the value of the useSelectForUpdate property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String ejbName
protected String dataSourceJndiName
protected UnknownPrimaryKeyField unknownPrimaryKeyField
protected List<TableMap> tableMap
protected List<FieldGroup> fieldGroup
protected List<RelationshipCaching> relationshipCaching
protected List<SqlShape> sqlShape
protected List<WeblogicQuery> weblogicQuery
protected String delayDatabaseInsertUntil
protected Boolean useSelectForUpdate
protected BigInteger lockOrder
protected String instanceLockOrder
protected AutomaticKeyGeneration automaticKeyGeneration
protected Boolean checkExistsOnMethod
protected Boolean clusterInvalidationDisabled
protected String id
| Constructor Detail |
|---|
public WeblogicRdbmsBean()
| Method Detail |
|---|
public String getEjbName()
Stringpublic void setEjbName(String value)
value - allowed object is
Stringpublic String getDataSourceJndiName()
Stringpublic void setDataSourceJndiName(String value)
value - allowed object is
Stringpublic UnknownPrimaryKeyField getUnknownPrimaryKeyField()
UnknownPrimaryKeyFieldpublic void setUnknownPrimaryKeyField(UnknownPrimaryKeyField value)
value - allowed object is
UnknownPrimaryKeyFieldpublic List<TableMap> getTableMap()
set method for the tableMap property.
For example, to add a new item, do as follows:
getTableMap().add(newItem);
Objects of the following type(s) are allowed in the list
TableMap
public List<FieldGroup> getFieldGroup()
set method for the fieldGroup property.
For example, to add a new item, do as follows:
getFieldGroup().add(newItem);
Objects of the following type(s) are allowed in the list
FieldGroup
public List<RelationshipCaching> getRelationshipCaching()
set method for the relationshipCaching property.
For example, to add a new item, do as follows:
getRelationshipCaching().add(newItem);
Objects of the following type(s) are allowed in the list
RelationshipCaching
public List<SqlShape> getSqlShape()
set method for the sqlShape property.
For example, to add a new item, do as follows:
getSqlShape().add(newItem);
Objects of the following type(s) are allowed in the list
SqlShape
public List<WeblogicQuery> getWeblogicQuery()
set method for the weblogicQuery property.
For example, to add a new item, do as follows:
getWeblogicQuery().add(newItem);
Objects of the following type(s) are allowed in the list
WeblogicQuery
public String getDelayDatabaseInsertUntil()
Stringpublic void setDelayDatabaseInsertUntil(String value)
value - allowed object is
Stringpublic Boolean getUseSelectForUpdate()
Booleanpublic void setUseSelectForUpdate(Boolean value)
value - allowed object is
Booleanpublic BigInteger getLockOrder()
BigIntegerpublic void setLockOrder(BigInteger value)
value - allowed object is
BigIntegerpublic String getInstanceLockOrder()
Stringpublic void setInstanceLockOrder(String value)
value - allowed object is
Stringpublic AutomaticKeyGeneration getAutomaticKeyGeneration()
AutomaticKeyGenerationpublic void setAutomaticKeyGeneration(AutomaticKeyGeneration value)
value - allowed object is
AutomaticKeyGenerationpublic Boolean getCheckExistsOnMethod()
Booleanpublic void setCheckExistsOnMethod(Boolean value)
value - allowed object is
Booleanpublic Boolean getClusterInvalidationDisabled()
Booleanpublic void setClusterInvalidationDisabled(Boolean value)
value - allowed object is
Booleanpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||