Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in eclipselink

Hibernate or EclipseLink for JPA? [closed]

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

jpa eclipselink orm

Is it possible to write a generic enum converter for JPA?

java jpa enums eclipselink

What is a JPA implementation?

java eclipse jpa eclipselink

JPA: JOIN in JPQL

java jpa eclipselink jpql

EclipseLink 2.7.0 and JPA API 2.2.0 - signature mismatch

java jpa eclipselink jpa-2.2

JPA Enum ORDINAL vs STRING

java orm jpa enums eclipselink

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

java jpa eclipselink

Disable caching in JPA (eclipselink)

java jpa entity eclipselink

JPA2: Case-insensitive like matching anywhere

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

What is referencedColumnName used for in JPA?

Parameter in like clause JPQL

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

The JPA hashCode() / equals() dilemma