Entity « JPA « JSF Q&A





1. JPA 2, JSF, setting id of OneToOne mapped entity problem    stackoverflow.com

we havent used JPA or any other ORM tools in our web application, now we have been on updating whole stuff to Java EE 6,
my problem about is JPA ,i have ...

2. Java Server Faces - creating entities related to the other entities    stackoverflow.com

I am working on some project in jsf and I need help. I have two tables in my database - USERS and EVENTS. I generated entity classes from these tables in netbeans, ...

3. Create two entities in database in the same controller    stackoverflow.com

I use JSF and JPA with Netbeans 7.0. I have an HTML form that insert into a table X, I want to have the same button creating two entities sequencely, my problem ...