Hello,
1.) EntityMode.Map vs Pojo I am new to hibernate, doing this fun since 3 Month and learning a lot. Currently iam experimenting on loading and performance issues. A small test with hibernate debugging shows that the TwoPhaseLoad of EntityMode.POJO does much more association checks that EntityMode.MAP.
- first I thought it must be the more efficient impl of HashSet in the jvm, but here are less association checks done....
2.) Is there an option to marshall these Hashsets with a Hibernate API utillity or are external API's like xstream the sollution ?
Best regards, Andre from Berlin
:)
|