1. Is there a Problem with JPA Entities, Oracle 10g and Calendar Type properties? stackoverflow.comI'm experiencing the following very annoying behaviour when using JPA entitys in conjunction with Oracle 10g. Suppose you have the following entity.
|
2. how to combine java.util.Calendar and HQL Between stackoverflow.comI'm trying to get the books that were loaned between two dates. Since data has the lovely 2009 is shown as 109 feature I decided to use calendars. However when writing my HQL ... |
3. What time zone does Hibernate use when it reads and writes a Java Calendar object to an SQL TIMESTAMP? stackoverflow.comWhen Hibernate writes a Java |
4. Hibernate - Restrictions (Calendar, HOUR) stackoverflow.comCan I get items created at specified hour (e.g. 9am) from the table using by hibernate restrictions (i mean ids 130, 146, 147, 148)? Can you ... |
5. Hibernate and Calendar coderanch.com |
6. Calendar and multi locale application forum.hibernate.org |
7. Saving Calendar type changed behavior in 3.6.x forum.hibernate.orgHi, I have just recently upgraded from 3.5.x to 3.6.x. However, the behavior of saving of a Calendar object is very different. In 3.5.x, the time saved to the database is in the timezone of the Calendar object. In 3.6.x, the time saved to the database is always the time converted to the timezone where I run my process. For example, ... |
8. Date and Calendar... again ? ;0) forum.hibernate.orgHellu there, I notice that I have to use query.setCalendar() in my HQL to use the datetime sql field , but I notice that hbm2java generates java.util.Date members in my persist objects... I think they both work fine, but what's the logica behind this ? and what is the way to go ? For example: should I use Calendar as member ... |
9. Comparing Calendar forum.hibernate.org |
10. Calendar Type forum.hibernate.org |
11. Calendar persisting doesn't save timezone? forum.hibernate.orgHi, I would like to understand why the built-in Hibernate type "calendar" does not persist the timezone along with the date and time. I can understand why Locale isn't saved, but the timezone seems like a requirement if a query wants the results ordered by the calendar timestamp. Specifically, 2AM GMT is before 5AM PST for any given day, but these ... |
12. Restrictions does not support Calendar ? forum.hibernate.org |
13. type="calendar_date" throws ClassCastException in forum.hibernate.org09-05-2008 16:01:37 [main] ERROR - Context initialization failed ....... Initialization of bean failed; nested exception is java.lang.ClassCastException: org.hibernate.type.CalendarDateType java.lang.ClassCastException: org.hibernate.type.CalendarDateType at org.hibernate.tuple.PropertyFactory.buildVersionProperty(PropertyFactory.java:83) at org.hibernate.tuple.EntityMetamodel. |
14. Problem with Criteria using between with Calendars forum.hibernate.orgHi, Im having a problem when I use Criteria with a between restriction with Calendars as parameters. I have a class Reserva with 2 attributes: "desde" and "hasta" wichs are Calendar type Basically, is a class that that represents a reservation in a hotel, with dates. I need to know if a date of the reservation is between to dates sent ... |
15. best practice: user hibernate Calendar vs Date forum.hibernate.org |
16. Hibernate calendar forum.hibernate.orgI have a hbm.xml that have a calendar: |