Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

JPA SUM returns long

hibernate jpa jpql

How to update only specific field with spring jpa repository?

Using JPA Criteria API to return all object where a Collection property contains a certain value

How to run Spring boot with older version of hibernate

Kotlin JPA Inheritance advise

jpa kotlin spring-data-jpa

unable to catch hibernate exception caused by constraints violation

hibernate jpa exception

Play 2.2 with Hibernate JPA and Postgres

Difference between JPA's AttributeConverter and Hibernate's ColumnTransformer in terms of Encryption and Decryption of attributes

java hibernate jpa encryption

Spring Boot + Hibernate + Postgres - not creating tables

Is there a way to bypass AuditingEntityListener to set up data for a test?

The default entity from enum

java spring jpa

Hibernate query doesn't work with value as a bound parameter (?) but works when placed in query

java hibernate jpa hql

JPA mapping views and tables with inheritance

java mysql hibernate jpa

JPA: primary key violation when saving an entity with many to one

java jpa

Return a DTO Object in spring data repository method annotated with @Query

hibernate can not specify a generic property identifier in annotation approach

java hibernate jpa

JPA Native query puts parentheses wrong for List paremeter on INSERT INTO VALUES

How to find first in JPQL

java database jpa jpql

using WITH clause in @Query JPA Postgresql

JPA Projection with custom collection property