用的是myeclipse集成的hibernate4.1
老师打印出来的是com.mchange.v2.c3p0.impl.NewProxyConnection
我的打印出来org.hibernate.engine.jdbc.internal.proxy.ConnectionProxyHandler
为什么呢?
- session.doWork(new Work(){
- @Override
- public void execute(Connection connection) throws SQLException
- {
-
- System.out.println(connection);
- }
-
- });
复制代码 |