Re: Impact of Removing Hibernate Annotations

2016-06-14 Thread Nazeer Shaik
Hi Ed, There is no much impact. All child collection entities in a parent entity should be of type java.util.Set. If their implementation needs specific ordering, they have to copy child entities to a transient List object and need to sort according to their sort criteria. Thanks, Nazeer On

Impact of Removing Hibernate Annotations

2016-06-09 Thread Ed Cable
Adi, Markus, and Nazeer, Based on the work being done to remove the hibernate annotations from Fineract, can you let the community know what implications this will have for those developing currently? Both Nikhil and Adhyan, two of our questions raised the question during our developer