Microsoft
Software
Hardware
Network
Question : Hibernate HQL question
I'm a newbie to Hibernate:
Suppose in my Dao methdod:
@Override public List<client> getCilentRecord(Integer clientId) {
List<client> clients = getHibernateTemplate().fin
d(
"from clientRecord where clientId =?", clientId);
...
createdDate field is defined as datetime in the hibernate table.
Now I want to display today's data (createdDate = currentdate). how could I revise the HQL query above? Thanks for any hint.
Answer : Hibernate HQL question
"from clientRecord where clientId =? and createdDate=?", clientId, new Date());
Random Solutions
DNS Event ID's 4010 & 4013
New ESXi install fails (PSOD)
Virtual to Physical using WinImage:V2P
.link is now an extension on all of my programs
find textbox and start div underneath it
MySQL data need to "replace" CRLF
How do i do PXE Boot using windows 2008 server and Deployment Workbench
JComboBox action commands
JavaScript: Uppercase First Letter of Every Word
Importing Calendar files into Excel (.ics > .xls)