Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa-2.0

How access a @Lob field from an EJB3 extended persistence context

JPA 2.0 - Persist child entity automatically on Parent persist, giving org.hibernate.id.IdentifierGenerationException

hibernate jpa-2.0

"Errors in named queries: User.findByUserNameAndPassword "- Not able to solve

Is there how I could programmatically ask eclipselink to drop and create all tables?

javax.persistence.PersistenceException - JPA+Hibernate

False translation from hql to sql

hibernate hql jpa-2.0 jpql

JPA - using long array in IN operator throws cast exception

hibernate jpa jpa-2.0 jpql

Persist value only in secondary table

Removing both @Entity and @MappedSuperclass in the same class

Hibernate/JPA 2.0 @OneToOne relationship with possibly non existent matching rows

Entity listener on a @MappedSuperclass does not work?

JPA to JAXB issue

How to store a Collection of Dates in Hibernate

hibernate jpa jpa-2.0

Why does Hibernate ignore the JPA2 standardized properties in my persistence.xml?

EntityManager.unwrap() throws java.lang.AbstractMethodError