1. JPA + EJB + JSF: how can design complicated query stackoverflow.comI am using netbean 6.8 btw. |
2. Hibernate Inconsistency With MySQL Insert Query stackoverflow.comThis problem is driving me insane. Basically, I have setup a hibernate mapping to a java class. The class will do insert to a table. But that is not happening. At ... |
3. Using Jsf the Hibernate query is called twice? coderanch.com |
4. join Hibernate query problem (Small problem) coderanch.comHey all, I have a small problem. I have two tables. The table Personeel and the table succes. What i wanna do is get the data from both personeel and succes, but i dont want duplicates. So the query i use is: from Personeel p join fetch p.succeses as s It now nicely displays only the personeels records that are linked ... |