java - What is the advantages of using Dozer in Spring Hibernate project? -
i want know benefit of using dozer in project. here confuse how use ? , why use ? please me. want map entity classes dto classes , want data flow on gui through dto classes. , when saved data gui db want convert dto class dao class.
dozer
mapping a java bean java bean field based value propagation , in memory objects.- while
hibernate
mapping pojo (domain objects) relational database.
so can see, not apparentely related 1 other, , need use both of them should upon personal choice.
as question has been edited:
- a basic conceptual architecture should map entities (domain objects - you did call dao classes) through
hibernate
database. - then entities can mapped java beans (which did call dto classes) using
dozer
.
Comments
Post a Comment