| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.bea.com/ns/weblogic/90/domain}jdbc-storeType (extension)
Corresponds to JDBCStoreMBean
Nested Element Summary | |
xs:string | connection-pool |
xs:string | data-source |
| deletes-per-batch-maximum The maximum number of table rows that are deleted per database call. |
| deletes-per-statement-maximum The maximum number of table rows that are deleted per database call. |
| deployment-order A priority that the server uses to determine when it deploys an item. |
| inserts-per-batch-maximum The maximum number of table rows that are inserted per database call. |
xs:string | logical-name The name used by subsystems to refer to different stores on different servers using the same name. |
xs:string | target |
xs:string | xa-resource-name Overrides the name of the XAResource that this store registers with JTA. |
<xs:complexType name="jdbc-storeType"><xs:complexContent></xs:complexType><xs:extension base="dom:generic-jdbc-storeType"></xs:complexContent><xs:sequence></xs:extension><xs:element minOccurs="0" name="data-source" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="target" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="connection-pool" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="deletes-per-batch-maximum" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/><xs:maxInclusive value="100"/></xs:restriction><xs:element minOccurs="0" name="deployment-order" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/><xs:maxInclusive value="2147483647"/></xs:restriction><xs:element minOccurs="0" name="logical-name" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="inserts-per-batch-maximum" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/><xs:maxInclusive value="100"/></xs:restriction><xs:element minOccurs="0" name="xa-resource-name" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="deletes-per-statement-maximum" nillable="false"></xs:sequence><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/><xs:maxInclusive value="100"/></xs:restriction>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |