Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in eclipselink

JPA Inheritance demands ID in subclass

inheritance jpa eclipselink

Multiple writable mappings exception in EclipseLink

jpa orm ejb jpa-2.0 eclipselink

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

Manually specify the value of a primary key in JPA @GeneratedValue column

java mysql jpa orm eclipselink

Batch inserts using JPA EntityManager

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

How to silently truncate strings while storing them when they are longer than the column length definition?

java jpa 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