Search code examples
JPA CriteriaBuilder and Substring...

javajpaeclipselinkjpa-2.0criteria-api

Read More
EclipseLink with Oracle: "limit by rownum" does not use index...

oracle-databaseeclipselink

Read More
JPA Query to deleteById for a Composite Key declared using IdClass...

javaspringjpaspring-data-jpaeclipselink

Read More
How does CriteriaBuilder.equal() treat null values?...

nulleclipselinkjpa-2.0criteria-api

Read More
JPA saveAll forces UPDATE call after INSERT INTO on OneToMany...

spring-bootjpaspring-data-jpaspring-dataeclipselink

Read More
What are the values and their differences for eclipselink.weaving property?...

springjpaeclipselinkentitymanagercompile-time-weaving

Read More
Passing EclipseLink properties through Spring's application.properties?...

javaspringspring-bootjpaeclipselink

Read More
EclipseLink batch-writing : custom composite key instead of @GeneratedValue?...

spring-bootjpaspring-data-jpaspring-dataeclipselink

Read More
Fetch all relationships with JPQL...

javajpaspring-data-jpaspring-dataeclipselink

Read More
EclipseLink:How to avoid additional sql query for nested left join...

javajpaeclipselink

Read More
Disable caching in JPA (eclipselink)...

javajpaentityeclipselink

Read More
JPA eclipse two foreign keys @IdClass implementation errors...

javamysqlhibernatejpaeclipselink

Read More
Getting old data with JPA...

javajpaeclipselink

Read More
TransactionManager already defined in Spring Batch using EclipseLink JPA...

javajpaspring-batcheclipselink

Read More
Having a separate persistence.xml file for testing...

javajpaeclipselinkmaven-3

Read More
jpa: when merging many to many previous record gets deleted...

restjpaejbmany-to-manyeclipselink

Read More
test returning NULL when saving...

javaspringjunitmockitoeclipselink

Read More
Database agnostic query to get the row number based on the primary key...

javahibernatejpaormeclipselink

Read More
Creating new JPA Entity with EmbeddedID...

jpaeclipselink

Read More
Composite Primary key in JPA...

jpapersistenceeclipselinkcomposite-primary-key

Read More
How can I use ObjectTypeConverter to manage null values?...

jpaeclipselink

Read More
Is EclipseLink MOXy suitable for ridiculously huge XML files?...

javaxmljaxbeclipselinkmoxy

Read More
Select for update skip locked from JPA level...

javaoracle-databasejpalockingeclipselink

Read More
JPA Converter unnessecary call of "convertToDatabaseColumn" leads to ClassCastException...

javajpaenumseclipselinkjava-ee-7

Read More
EclipseLink native query result into POJO - Missing descriptor for [Class]...

jpaeclipselink

Read More
JPA OneToMany Only Updates First Time...

jpaeclipselink

Read More
JPA count related entities without joining them...

javaoracle-databasejpaeclipselink

Read More
Why Is it not a good idea to store JPA entites in HashMap/ConcurrentHashMap for caching? (Concurrenc...

spring-bootjpacachingspring-data-jpaeclipselink

Read More
Two EntityGraph on same class is not working (EclipseLink)...

jpaspring-data-jpaeclipselink

Read More
JPA Criteria Path.get("ID") of a Join<A, B> returns ID of B instead ID of A, why?...

javajpaeclipselinkcriteriacriteria-api

Read More
BackNext