Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

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

Is Hibernate 4 compatible with Java 11?

Force lazy loading of usually eager attributes

How to set @Column name dynamically in Hibernate

Do you need JPA when using MongoDB?

java jpa mongodb playframework

Multiple `@ElementCollection`s with JPA Error: [PersistenceUnit: JPA] Unable to build EntityManagerFactory

How can I do an UPDATE statement with JOIN in JPQL (Spring JPA Queries)?

@Embeddable with @ManyToOne

hibernate jpa embeddable

Spring exception translation isn't working with JPA

Why different persistence units with separated data sources query the same data source?

java jakarta-ee jpa cdi jta