JPA « PrimeFaces « JSF Q&A





1. p:dataList cannot iterate java.util.Set    stackoverflow.com

I have a primefaces dataList within a primefaces dataGrid but I'm having issue mapping to a property of the nested dataList collection (java.util.Set). When I reference any attribute on the ...

2. Primefaces DataTable + JPA / Hibernate Pagination    stackoverflow.com

It'll be so cool if i can somehow combine both of these framework together in pagination. Clicking on the next or prev button on the Primefaces Datatable will trigger the query, limiting ...

3. Why can't I use JPA, database and primefaces together?    stackoverflow.com

I have a User class, whitch is a database @Entity for JPA. I have a UserServiceImpl class, which have this getAllUser() method (from the Exception below: UserServiceImpl.java:16=the second row):

public UserServiceImpl(){
   ...

4. Validation error value is not valid    stackoverflow.com

I know this is a common error, and that there is a lots of questions about it, but I must create new one. Here is my jsf page:

<h:form id="clientCreatingForm">
    ...

5. Help needed to create a Search page using JSF, EJB, JPA & Primefaces with Pagination    stackoverflow.com

I am trying to make a search page using JSF, EJB, JPA & Primefaces with Pagination from an Oracle database table. The page has two regions (1) region for entering search parameters (2) ...

6. Comparing rows between 2 data tables in Hibernate    stackoverflow.com

I wonder whether is it possible to compare rows between 2 separate data tables? For example. If datatable1 has user1 and datatable2 has user1, the user1 in datatable2 should not exist. My ...

7. Adding child object without persisting parent object on jpa    stackoverflow.com

i want to add child objects to its parent object at the same form before inserting objects to database but i can't. i am using hibernate jpa 3.6.7 final, jpa 2.0 ...

8. Create dataTable with data from 2 tables using Hibernate    forum.primefaces.org

Of course: Code: package es.um.cyum.modelo; import java.io.Serializable; @SuppressWarnings("serial") public class RoleUser implements Serializable { //private static final long serialVersionUID = 1L; ...

9. LazyLoading+filter+sort with JPA 2.0 example    forum.primefaces.org

Hello, Anyone has an example of LazyLoading with filters and sort with JPA 2.0 (EclipseLink). The most important thing is the query with the filters and sort that comes from the ...





10. PrimeFaces JPA EJB dynamic table tree Demo    forum.primefaces.org

Hello. I have simple test project here http://code.google.com/p/jpa-primefaces-test/. And here it is some problems Dynamic creation from managed bean do not works. Datatable was created but it has no filter ...

11. dataTable and JPA transactions    forum.primefaces.org

18 Jul 2011, 12:09 by Steven.Rudolf dataTable and JPA transactions Hello, I am using p:dataTable and want to show some JPA entities directly in it. These Entities comes from a datamodel ...

12. Can I deploy my PF, JSF 2.0, JPA application on Apache?    forum.primefaces.org

Is it possible to deploy my PF, JSF 2.0, JPA application on Apache? What are the advantages Apache has (if any) over Glassfish?

13. Primefaces + JPA/Hibernate pagination example ?    forum.primefaces.org

Hello ! Im using 2.2.1 here It'll be so cool if i can somehow combine both of these framework together in pagination, so that i dont need to load all the ...