My Java Web App reads data from database but when I try to write something, JPA says ok, but the database does not change. I call \"merge\" method and the data are not being saved on database, only in
I\'m using Eclipselink to map my t开发者_运维问答ables to entities. I have one big database table (actually it\'s view) with columns like groupId, groupName, categoryId, categoryName etc. I know it\'s
Standard Java EE environment: JPA + EJB called from JSF beans. Server: glassfish 3.1.1 Code which is developed, tested and deployed with Hibernate as JPA provider, refuses to persist entities with Ec
I need to make an audit module to my Java Web App. I use EclipseLink, not Hibernate (can\'t use Envers). I searched a lot some way to get the SQL or JPQL that JPA is executing, so I could log somethin
i\'m working on application requiring unmarshalling action. here\'s my input file structure : <root>
I wonder how to use date literals in Hibernate query language. I did as follows in my JPA project (as Eclipselink the provider) and it works.
In my Grails app, I want to use EclipseLink as the JAXB provider. I tried adding a file grails-app\\conf\\jaxb.properties with the contents
I have two classess. The first class is TNota. @Entity @Table(name = \"t_nota\") public class TNota implements Serializable {
While developing an Eclipse GEF application using an eclipselink implementation of JPA i have found an error that has been annoying me for a while:
I\'m using eclipse indigo for EE developement to develop an SE project, just to take benefit from the JPA project support.