Uses of Interface
net.sf.jkniv.whinstone.ConnectionAdapter
-
Packages that use ConnectionAdapter Package Description net.sf.jkniv.whinstone net.sf.jkniv.whinstone.transaction -
-
Uses of ConnectionAdapter in net.sf.jkniv.whinstone
Methods in net.sf.jkniv.whinstone that return ConnectionAdapter Modifier and Type Method Description ConnectionAdapterConnectionFactory. open()Attempts to establish a connection to the databaseConnectionAdapterConnectionFactory. open(net.sf.jkniv.sqlegance.transaction.Isolation isolation)Attempts to establish a connection to the database with specific isolationMethods in net.sf.jkniv.whinstone with parameters of type ConnectionAdapter Modifier and Type Method Description voidConnectionFactory. close(ConnectionAdapter conn)null-safeclose connection. -
Uses of ConnectionAdapter in net.sf.jkniv.whinstone.transaction
Methods in net.sf.jkniv.whinstone.transaction that return ConnectionAdapter Modifier and Type Method Description ConnectionAdapterTransactionContext. getConnection()Methods in net.sf.jkniv.whinstone.transaction with parameters of type ConnectionAdapter Modifier and Type Method Description static TransactionContextTransactionSessions. set(String contextName, Transactional tx, ConnectionAdapter conn)Constructors in net.sf.jkniv.whinstone.transaction with parameters of type ConnectionAdapter Constructor Description TransactionContext(String name, Transactional tx, ConnectionAdapter conn)
-