i was looking at advantages and disadvantages of Detached object in hibernate and found the link http://www.careerride.com/Hibernate-advantages-disadvantages-of-detached-objects.aspx.
Advantages:- Detached objects passing can be done across layers upto the presentation layer without using Data Transfer Objects.
Question 1:- If we use Persistent object instead of Detached object and take it to up to presentation layer, will we face some issue?
Question 2:- what is the difference between Detached object and Detached Object?