Questions tagged as 'eclipse-link'

1
answer

Problem with javax / persistence / Persistence using JPA with CXF

I'm facing an error when I try to consume a web service that is using JPA (Eclipse-link) to insert data into the database.    Classes Entity: @Entity @Table(name = "gato") public class GatoPersistente implements Serializable { private sta...
asked by 04.02.2016 / 12:19
1
answer

JPA EclipseLink - Does not update entity

I have a relationship in Client JPA 1 - > 0 .. * Loans. So I have in the client class a List Loan set to do OneToMany. It turns out that when I add a client it updates the normal client list, however when I add a loan it does not update the L...
asked by 19.06.2016 / 21:21