Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa-2.0

Extract the primary key from a entity object in JPA 2.0?

java orm jpa eclipselink jpa-2.0

Why did Hibernate put out a new release of the JPA2 API?

java hibernate jpa jpa-2.0

Generated value for nonPK field

Constants as parameter in NamedQueries is it a good practice?

hibernate jpa jpa-2.0

Hibernate QueryException: 'Not all named parameters have been set' - with native query containing ::int

MyISAM dialect generates wrong DDL

mysql hibernate jpa-2.0 myisam

Oracle/sql/jpa - With a year-span table, how do I select rows with max data (a column) from every 7 days?

sql oracle-database jpa-2.0

Changing a column type from varchar to CLOB with JPA

AbstractMethodError when creating typed query with Hibernate 3.6.3 and JPA 2.0

JPA Native Query Result Set Mapping with repeating data and a list

How to deal with TypedQueries in JPA when using 2 Entities and an aggragate function with group by?

hibernate jpa hql jpa-2.0 jpql

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