Hibernate hql Query local time function to_days () __ function

Source: Internet
Author: User
Tags local time

The Hibernate HQL represents the conversion of a day from a date type. For example:

This HQL statement indicates the time period in which the purchase date is between.

<pre name= "code" class= "java" ><span style= "font-size:18px;" >string hql = "from Assets a where to_days (a.buydate) >=to_days (?) and To_days (a.buydate) <=to_days (?) ";
		
		Session session = Util.getsession ();             Gets the session object that is talking to the database.
		
		query query = session.createquery (HQL);              Create a Query object
		
		query.settimestamp (0, time1);                      Sets a value for the precompiled hql.
		
		Query.settimestamp (1, time2);                         Set for precompiled HQL. return
		
		query.list ();               Returns the query results. </span>




 


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.