design « POJO « JPA Q&A





1. Question about Hibernate POJO class design    stackoverflow.com

I am learning hibernate and have a question regarding the design of my POJO class i have a class destination with few properties like

private Set<AirTransport> airTransport;
private Set<RoadTransport> roadTransport;
private Set<TrainTransport> trainTransport;
since these ...

2. POJOs populated by Hibernate are entities, business objects or data transfer objects?    stackoverflow.com

I have classes (POJOs) annotated with JPA and populated by Hibernate. Since those objects are transfered from database by DAOs to Business Services and doesn't have any behavior nor hold business logics, ...

3. JPA best practices?    stackoverflow.com

I’m working on a little multi-tier application utilizing JPA/EclipseLink as a persistence layer. In my current design I have two sets of objects, POJOs and Entity objects, I use POJOs for ...

4. [Design] POJO Value Object view    forum.hibernate.org

Forum Hy! I have a designe question? We have been working on one project for 4 months with hibernate as ORM and Webwork as MVC. We first started using POJO in our view layer but now after 4 months our POJO objects have became big and very confusing. For example we started puting some functions in POJO like for user isAdmin() ...

5. [Design] POJO Value Object view    forum.hibernate.org

Forum Hy! I have a designe question? We have been working on one project for 4 months with hibernate as ORM and Webwork as MVC. We first started using POJO in our view layer but now after 4 months our POJO objects have became big and very confusing. For example we started puting some functions in POJO like for user isAdmin() ...