Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa-2.0

Why should I specify @Column( nullable = false )?

java jpa jpa-2.0 nullable

JPQL limit query [duplicate]

java jpa-2.0 limit jpql

Hibernate generates negative id values when using a sequence

How to use JPA2's @Cacheable instead of Hibernate's @Cache

Hibernate - @ElementCollection - Strange delete/insert behavior

java hibernate orm jpa jpa-2.0

Really dynamic JPA CriteriaBuilder

java jpa jpa-2.0 criteria-api

JPA 2.0 : Exception to use javax.validation.* package in JPA 2.0

Not allowed to create transaction on shared EntityManager - use Spring transactions or EJB CMT

spring hibernate jpa jpa-2.0

Spring Boot + JPA2 + Hibernate - enable second level cache

JPA/Criteria API - Like & equal problem

java jpa jpa-2.0 criteria-api

Hibernate JPA, MySQL and TinyInt(1) for Boolean instead of bit or char

java mysql hibernate jpa jpa-2.0

Compare Date entities in JPA Criteria API

java date jpa-2.0 criteria-api

JPA Query selecting only specific columns without using Criteria Query?

JPA CriteriaBuilder - How to use "IN" comparison operator

JPA2: Case-insensitive like matching anywhere

java.lang.IllegalStateException: Multiple representations of the same entity with @ManyToMany 3 entities

How to properly express JPQL "join fetch" with "where" clause as JPA 2 CriteriaQuery?

java jpa criteria jpa-2.0

JPA 2.0, Criteria API, Subqueries, In Expressions

JPA Hibernate many-to-many cascading

What is the purpose of AccessType.FIELD, AccessType.PROPERTY and @Access

java jpa-2.0 transient