Im using hibernate using spring framework. I was successful in implementing it in servlet.xml using MVC. I was able to successful transact hibernate queries using a View. My question is, how do you implement hibernate without a view? How do you create the interceptor to capture the hibernate transaction without a view? My project is that I am creating a print spooler that queries the database in the background, that is without aview, but i have problem on how to wire the interceptor so that it will still capture the hibernate transaction when querying the database. Can someone show me how? I will really appreciate it.
|