How can I use getHibernateTemplate().find to do the following select:
select * from DmControl where status in ('Open','Close')
Regards.
Type: Posts; User: kleysonr; Keyword(s):
How can I use getHibernateTemplate().find to do the following select:
select * from DmControl where status in ('Open','Close')
Regards.
Hi,
I am a newbie in C3P0/Spring and I have a problem that I couldn't yet figure out.
In my java program I have a thread that run eternally in a loop. Inside the loop, at every 5 minutes I do a...