Joined: Wed Dec 10, 2003 11:29 am Posts: 15
|
Hi,
I wanted to know whether I can use Hibernate's connection pooling mechanism (coupled with C3PO) as a standalone.
I would like to write simple SQL statements on top of this.
Basically I do not have the flexibilty to use the many features of O/R mapping provided by hibernate.
But I have found Hibernate's connection pooling with C3PO to be just what I need. So can I write simple SQL statements on top of this. If so how????
I would like to use Hibernate only for connection pooling mechanism.
Thanks in Advance for any advice given.
Amit
|
|