
29
Dec, 13
Configure value-type Set in Hibernate with XML mapping
It’s a common requirement to configure value-type collections in the entity. In this post I’ll walk you through the steps for configuring the Set of value-type collection. We know Set doesn’t allow duplicate entries so it will be interesting to see...
Recent Comments