Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Grant Young   on Sep 18 In Java Category.

  
Question Answered By: Josie Roberts   on Sep 18

Use DTO pattern instead of using entities directly if you insists to standardize your framework (EJB, JPA, JSF , and other JSR-ed techs) , otherwise you must inject something like hibernate  remote lazy loading into your framework which makes you dependent on Hibernate,

https://www.hibernate.org/377.html

Share: 

 

This Question has 7 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Hibernate+icefaces Or get search suggestion and latest updates.