Search Results
OK to copy?
Examples 1 through 10 of
41 (0.0020 seconds)
Class:
org.springframework.jdbc.datasource.DataSourceUtils
©,
Rating:
0% of 0,
C2
Class: org.springframework.orm.ojb.PersistenceBrokerTransactionManagerTests ©, Rating: 0% of 0, C2
Class: org.springframework.orm.ojb.PersistenceBrokerTransactionManagerTests ©, Rating: 0% of 0, C2
Class: org.springframework.orm.ojb.PersistenceBrokerTransactionManagerTests ©, Rating: 0% of 0, C2
Class: org.springframework.orm.ojb.PersistenceBrokerTransactionManagerTests ©, Rating: 0% of 0, C2
Class: org.springframework.orm.ojb.PersistenceBrokerTransactionManagerTests ©, Rating: 0% of 0, C2
Class: org.springframework.orm.ojb.PersistenceBrokerTransactionManagerTests ©, Rating: 0% of 0, C2
Class: org.springframework.orm.hibernate.support.OpenSessionInViewTests ©, Rating: 0% of 0, C2
Class: org.springframework.jdbc.datasource.DataSourceTransactionManagerTests ©, Rating: 0% of 0, C2
Class: org.springframework.jdbc.datasource.DataSourceTransactionManagerTests ©, Rating: 0% of 0, C2
262
263 // reset read-only
264 if (con.isReadOnly()) {
265 if (logger.isDebugEnabled()) {
266 logger.debug("Resetting read-only flag of connection [" + con + "]");
Class: org.springframework.orm.ojb.PersistenceBrokerTransactionManagerTests ©, Rating: 0% of 0, C2
347 cm.getConnection();
348 cmControl.setReturnValue(con, 2);
349 con.isReadOnly();
350 conControl.setReturnValue(false, 1);
351 pb.beginTransaction();
Class: org.springframework.orm.ojb.PersistenceBrokerTransactionManagerTests ©, Rating: 0% of 0, C2
278 cm.getConnection();
279 cmControl.setReturnValue(con, 4);
280 con.isReadOnly();
281 conControl.setReturnValue(false, 2);
282 pb1.beginTransaction();
Class: org.springframework.orm.ojb.PersistenceBrokerTransactionManagerTests ©, Rating: 0% of 0, C2
221 cm.getConnection();
222 cmControl.setReturnValue(con, 2);
223 con.isReadOnly();
224 conControl.setReturnValue(false, 1);
225 pb.beginTransaction();
Class: org.springframework.orm.ojb.PersistenceBrokerTransactionManagerTests ©, Rating: 0% of 0, C2
166 cm.getConnection();
167 cmControl.setReturnValue(con, 2);
168 con.isReadOnly();
169 conControl.setReturnValue(false, 1);
170 pb.beginTransaction();
Class: org.springframework.orm.ojb.PersistenceBrokerTransactionManagerTests ©, Rating: 0% of 0, C2
109 con.setTransactionIsolation(Connection.TRANSACTION_SERIALIZABLE);
110 conControl.setVoidCallable(1);
111 con.isReadOnly();
112 conControl.setReturnValue(true, 1);
113 con.setReadOnly(false);
Class: org.springframework.orm.ojb.PersistenceBrokerTransactionManagerTests ©, Rating: 0% of 0, C2
053 cm.getConnection();
054 cmControl.setReturnValue(con, 2);
055 con.isReadOnly();
056 conControl.setReturnValue(false, 1);
057 pb.beginTransaction();
Class: org.springframework.orm.hibernate.support.OpenSessionInViewTests ©, Rating: 0% of 0, C2
474 tx.commit();
475 txControl.setVoidCallable(1);
476 con.isReadOnly();
477 conControl.setReturnValue(false, 1);
478 sf2Control.replay();
Class: org.springframework.jdbc.datasource.DataSourceTransactionManagerTests ©, Rating: 0% of 0, C2
1222 con.rollback();
1223 conControl.setVoidCallable(1);
1224 con.isReadOnly();
1225 conControl.setReturnValue(false, 1);
1226 con.close();
Class: org.springframework.jdbc.datasource.DataSourceTransactionManagerTests ©, Rating: 0% of 0, C2
1186 con.commit();
1187 conControl.setVoidCallable(1);
1188 con.isReadOnly();
1189 conControl.setReturnValue(false, 1);
1190 con.close();