Search code examples
How to sort by multiple properties in Spring Data (JPA) derived queries?...

javaspringjpaspring-dataspring-data-jpa

Read More
LIKE COALESCE in Spring JPA does not work...

javaspringjpaspring-dataspring-data-jpa

Read More
Usage of Coalesce or Case statement in JPA...

hibernatejpajpa-2.0criteria-apicoalesce

Read More
Ideas on how to separate encrypt keys in jpa attribute converter?...

springjpa

Read More
Should I use @ManyToMany or @OneToMany for User-Role Relationships?...

javahibernatejpaspring-data-jpa

Read More
What is this spring.jpa.open-in-view=true property in Spring Boot?...

javaspringjpaspring-bootspring-data

Read More
Java Enums, JPA and Postgres enums - How do I make them work together?...

javapostgresqljpa

Read More
How can I use DB side default value while use Hibernate save?...

hibernatejpadefaultsysdate

Read More
JPA @Transactioanl REQUIRES_NEW AND Catch RuntimeException But rollback...

spring-bootjpatransactionsrollbackpropagation

Read More
Fix naming convention to remove underscores from Hibernate JPA...

javaspringhibernatejpa

Read More
How to set the timeout period on a JPA EntityManager query...

javahibernatejpatimeoutentitymanager

Read More
JPA repository: Fetching CreationTimestamp after repository.save() returns null...

springspring-boothibernatejpaspring-data-jpa

Read More
unexpected token:where when using spring data jpa with hibernate...

hibernatejpaspring-data-jpa

Read More
Facing java.lang.NullPointerException in spring boot application...

javaspring-boothibernatespring-mvcjpa

Read More
JPA get result list order by selected columns...

sqlhibernatejpa

Read More
JPA 2.0 many-to-many with extra column...

hibernatejpaormjpa-2.0

Read More
Is it possible to use constructor expression for nested class in JPA?...

javahibernatejpainner-classes

Read More
javax.persistence.PersistenceException: No Persistence provider for EntityManager named customerMana...

javahibernateormjpa

Read More
Hibernate/JPA: storing constants in entity class?...

javahibernatejpaconstantshibernate-mapping

Read More
JPA criteria API order by NULL last...

javajpacriteria-api

Read More
How to remove an element from a Set inside a Page of items based on a Condition using Java 8 streams...

javajpacollectionsjava-8java-stream

Read More
Define an entity via a custom SQL query in Hibernate 5.1...

javahibernatejpahibernate-mapping

Read More
JPA insert statement...

jpa

Read More
Hibernate Named Query Using Like and % % operators?...

javahibernatejpahql

Read More
Can i cascad persist and merge in same time?...

javahibernatejpa

Read More
JPA get highest value in column with where condition...

javahibernatejpaspring-data-jpa

Read More
GenerationTarget encountered exception accepting command : Error executing DDL via JDBC Statement...

javahibernatejpajdbcspring-data

Read More
How do I use row_number (or anything with same behavior) with Hibernate Criteria API?...

javahibernatejpawindow-functionscriteria-api

Read More
How to generate the JPA entity Metamodel?...

javahibernatejpaannotation-processingmetamodel

Read More
JPQL Create new Object In Select Statement - avoid or embrace?...

javahibernateormjpajpql

Read More
BackNext