I\'m getting this error when submitting the form:
org.hibernate.PersistentObjectException: detached entity passed to persist: com.project.pmet.model.A
Since your id is auto generated value, don't send it from client side. I had a same issue. Make sure that you does't provide a value for auto generated attribute.