Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

JPA 2.0 in WebLogic Server 10.3.6

How to get rid of N+1 with JPA Criteria API in Hibernate

Why does OpenJPA complain about "unexpected end of statement" when using EXISTS clause in named native query?

java sql hibernate jpa openjpa

JPA save BigDecimal as integer in Database

java jpa spring-data-jpa

How to intercept and modify JPA generated SQL statement?

jpa spring-data-jpa jpql

Eclipselink - ID after persisting is still null

Do I need @Repository annotation when extending CrudRepository (Spring)?

How do I create a safe Lombok JPA entity?

java hibernate jpa lombok

JPA - updating objects in OneToMany-Relations

java jpa

Hibernate and SQL join types

java hibernate jpa

JPA bidirectional @OneToOne and cascade merge

java jpa

Eclipselink ValidationException

What is CriteriaBuilder's literal() method for?

jpa criteria-api

How to allow specific words using javax.validation.constraints.Pattern?

java regex spring spring-mvc jpa

Run data scripts after database build

Cast Entity inside a query

jpa jpql