-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Date types in oracle
PostPosted: Fri May 20, 2005 5:00 pm 
Beginner
Beginner

Joined: Tue Jan 18, 2005 6:44 pm
Posts: 39
Hi,
I have been trying to query based on a date field in oracle but it fails to return any results.

The mapping for the date column is:
<property name="createTime" column="CREATE_TIME"
type="date"
not-null="false"
length="7"/>

The criteria query I utilize is:

public List getFormListWithinCreateTimeRange(Date lo, Date hi,Session s)
{
List forms=s.createCriteria(Form.class).add(Expression.gt("createTime",lo)).list();
return forms;
}

Jeevak


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.