CustomCollectionEditor « JPA « Spring Q&A





1. How to use CustomCollectionEditor when using Hibernate?    forum.springsource.org

How to use CustomCollectionEditor when using Hibernate? I'm able to use a CustomCollectioneditor to map a proper set from a

2. CustomCollectionEditor and hibernate    forum.springsource.org

since the customCollectionEditor seems to create a new collection on bind at all times (replacing hibernate persistent collections) what are people doing to keep the persitent collection . Are people generally ...