-->
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: Hibernate mit MySQL Funktionen nutzen?
PostPosted: Sat Aug 04, 2012 12:50 pm 
Newbie

Joined: Sat Aug 04, 2012 11:12 am
Posts: 1
Hallo Leute,
ich habe eine Anwendung entwickelt mit der man sich SQL Abfragen zusammen klicken kann.
Diese Abfragen speichere ich als Hibernate Object in der Datenbank, um z.B. diese zeitgesteuert auszuführen.
Folgende Anweisung macht mir Probleme, denn ich weiß nicht wie ich HU Termine, jeden Monat mit meinem gespeicherten Hibernate Object abfragen kann, um immer die Termine aufzulisten, die ab heute 2 Jahre zurückliegen:

SELECT *
FROM hauptuntersuchung
WHERE end_date
BETWEEN
date_add( date_add( date_add( last_day( date_add( curdate( ) , INTERVAL -2 YEAR ) ) , INTERVAL -1 MONTH ) , INTERVAL 1 DAY ) , INTERVAL -1 MONTH )
AND
date_add( last_day( date_add( curdate( ) , INTERVAL -2 YEAR ) ) , INTERVAL -1 MONTH)

So würde ich es mit MySQL mitteln machen!


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.