Module hivetranse.jdbc
Back to master index

[public] Service Point hivetranse.jdbc.ConnectionFactory Interface: org.apache.hivemind.ServiceImplementationFactory
Factory to create JDBC Connection proxies to be used in the context of transactions managed by TransactionService.
Parameters occurs: 1
Parameters Schema
Element <datasource>
One unique datasource element defines the service-point id of a pooled DataSource to be used to build JDBC Connections.
Attribute id (required) Translator: service
Conversion Rules
<push-attribute attribute="id" />
<invoke-parent method="addElement" />
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="primitive" >
    • <construct class="net.sourceforge.hivetranse.transaction.jdbc.ConnectionProxyFactory" >
      • <service />
      </construct>
    </invoke-factory>

Module hivetranse.jdbc
Back to master index