type « MySQL « JPA Q&A





1. Hibernate Basic value types 'yes_no' and 'true_false'    stackoverflow.com

In Hibernate a lot of Basic value types. One of them is 'yes_no' and 'true_false'. And I was wondering what the fundamental difference between these two types? I see that in the ...

2. AbstractMethodError when using Jadiru Joda/Hibernate persistent user types    stackoverflow.com

I've introduced a "created" column to my user's database of MySQL TIMESTAMP type. I'm attempting to map this to a Joda LocalDateTime using Jadiru's UserType Hibernate mappers. I'm using ...

3. User Type for MySQL SET type?    forum.hibernate.org