New posts in eclipselink

What is a JPA implementation?

EclipseLink 2.7.0 and JPA API 2.2.0 - signature mismatch

No operator matches the given name and argument type(s). You might need to add explicit type casts. -- Netbeans, Postgresql 8.4 and Glassfish

JPA Enum ORDINAL vs STRING

Entitymanager.flush() VS EntityManager.getTransaction().commit - What should I prefer?

JPA: JOIN in JPQL

How to use Postgres JSONB datatype with JPA?

JPA2: Case-insensitive like matching anywhere

Disable caching in JPA (eclipselink)

Is it possible to output generated SQL using EclipseLink without having to increase log verbosity?

Java/JAXB: Unmarshall Xml to specific subclass based on an attribute

Batch inserts using JPA EntityManager

What is referencedColumnName used for in JPA?

Why do I need to configure the SQL dialect of a data source?

Java8 Collections.sort (sometimes) does not sort JPA returned lists

Parameter in like clause JPQL

Validate JAXBElement in JPA/JAX-RS Web Service

Please explain about insertable=false and updatable=false in reference to the JPA @Column annotation

How specify a JPA criteria API with "MEMBER IN" and a many-to-many relationship in a mapped superclass?

The JPA hashCode() / equals() dilemma