1. Hibernate: Programmatically binding UserType's on Components stackoverflow.comI have several different UserType's (org.hibernate.usertype.UserType) in the system. For this question I will focus on the fact that we use Joda time DateTime and its UserType, PersistentDateTime. I have successfully ... |
2. Does UserType work inside of a component group? forum.hibernate.orgHibernate version: 2.12 Mapping documents: |
3. Component vs UserType forum.hibernate.orgHi all; I am relatively new to hibernate. I was reading the book and saw that you can have user types, of arbitrary classes, saved by hibernate. I was thinking why would not one use a component which also allows for saving any arbitrary class? I tried java.io.File and the only problem I got was the file does not implement a ... |
4. Component vs UserType forum.hibernate.orgHi all; I am relatively new to hibernate. I was reading the book and saw that you can have user types, of arbitrary classes, saved by hibernate. I was thinking why would not one use a component which also allows for saving any arbitrary class? I tried java.io.File and the only problem I got was the file does not implement a ... |