| Author |
Missing Time when retrieving from HQL
|
Jigar Naik
Ranch Hand
Joined: Dec 12, 2006
Posts: 744
|
|
Hi I am facing strange issue, when i execute HQL my result only show DATE instead of TIMESTAMP.
Below are my mapping and Domain Object
from hbm.xml
from Domain
And below is my HQL
|
Jigar Naik
|
 |
Bill Gorder
Bartender
Joined: Mar 07, 2010
Posts: 1282
|
|
|
Consider using criteria for dynamic queries like this. What is the data type of you column in the database. Have you verified that time is indeed being stored correctly?
|
[How To Ask Questions][Read before you PM me]
|
 |
 |
|
|
subject: Missing Time when retrieving from HQL
|
|
|