populate « POJO « JPA Q&A





1. using websevices to populate hibernate pojo?    coderanch.com

hi.. we have a pojo object model, that most of it's properties are being retrieved via webservices. primary keys and composite keys defined the relationships, between pojos while the rest (name, age etc..) are loaded via web services (meaning they are read only from legacy) i was wondering if there is a way to use a custom loading class that when ...

2. How to populate a DTO from a POJO ??    forum.hibernate.org

Hi all, i am working in application where i have to create DTOs of my hibernate beans (POJO) for the other layers. The others layers can't manipulate POJO directly just DTO. So, i am looking for a function which can make the same work like the populate or copyProperties of the commons.BeanUtils. And we noticed another trouble. We don't know how ...