Dear All,
I have a problem with an ArrayList annotated with @ElementCollection.
I need it to be an ArrayList, and when Hibernate load the object from the session, it is a hibernate Persistent List.
How can I solve the issue? I am using Hibernate with hibernate annotations, no JPA, so I can't do any @PostLoad
Best Regards
@ElementCollectionis a JPA annotation ;)