I\'ve been working on a Java EE 6 project (EJB 3.1, JSF 2, JPA 2) for some time now and I cannot figure out a good way to sort dynamic localized data. With dynamic localized data, I mean a user create
I have a JPA 2 query that is driving me nuts.A SurveyQuestion may have an Organization.Here\'s the mapping within SurveyQuestion
i´m currently working on my first Java application based on a MySQL DB. I´m using EclipseLink2.0 and NetBeans, at the time i am facing a behaviour i cannot explain, maybe someone has stumbled over t
I have a Java EE application that is running on tomcat with a couple of entity classes and using eclipselink 2.1 and jpa 2.0.
There have been some discussions here about JPA entities and which hashCode()/equals() implementation should be used for JPA entity classes.Most (if not all) of them depend on Hibernate, but I\'d like
I followed thistutorial to configure an application (generated by seam-gen) to use eclipselink instead of hibernate.
I am having an issue 开发者_Go百科using EclipseLink (JPA 2) in Netbeans 6.9.1 against Oracle 11g. I keep getting the following error when attempting to run a Native Query:
I use PostgreSQL with PostGIS and Eclipselink. In the Postgres database I have some stored functions, as I know with Postgres stored functions + Eclipselink doesn\'t work the @NamedStoredProcedureQuer
I am using JAXB 2.1.2 with the MOXy implementation. To build my web app I am using Ant 1.7.1 and I am also using the
Basically i have a named query \"findServerWithNic\" which refuses to work: @Entity @Table(name = \"vnm_server\")