public interface ConnectionFactories
Modifier and Type | Interface and Description |
---|---|
static class |
ConnectionFactories.Tag
A Tag.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<NoTxConnectionFactory> |
getNoTxConnectionFactory()
Get the NoTxConnectionFactory
|
java.util.List<TxConnectionFactory> |
getTxConnectionFactory()
Get the TxConnectionFactory
|
java.util.List<TxConnectionFactory> getTxConnectionFactory()
java.util.List<NoTxConnectionFactory> getNoTxConnectionFactory()
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)