I am implementing OPTIMISTIC_FORCE_INCREMENT, as described here. T开发者_如何学编程he main question is how to prevent the @version field from reaching its maximum value.
I am having an issue with creating queries with javax.persistence.criteria.CriteriaBuilder. I am using EclipseLink 2.1 and an Oracle 10g database. When building a quer开发者_StackOverflow社区y with mu
I\'m having some trouble with EclipseLink. My program has to interact with a database (representing a building). I\'ve written a little input-testmode where I can manually insert stuff through the con
We are using Glassfish server 2.1 with Eclipselink JPA 2.1 and connect to a PostgreSQL database 8.4.8.
I am trying to implement Spring MVC 3 +EclipseLink JPA 2 When I call saveUser for example it returns that
I\'m about to develop a JAX-RS based RESTful web service and I use MOXy开发者_C百科 (JAXB) in order to automatically generate my web service\'s JSON responses.
How do I configure dynamic weaving using EclipseLink & Spring?Right now I\'m trying to get this working with a Junit test, but I\'ll later have to have it work with Tomcat (my department has been
I\'m using EclipseLink. I\'ve a JPQLquery and I want to get the sql String.. Now I\'m doing in this way:
I\'m using the latest EclipseLink version with MySQL 5.5 (table type InnoDB). I\'m inserting about 30900 records (which could be also more) at a time.
this is my first Java code. I\'m trying to obtain a RESTfull web service that returns a view on a database JSON encoded.