Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

The JPA createStoredProcedureQuery throws "ORA-01000: maximum open cursors exceeded" when using Hibernate

Hibernate fails to map MySQL varchar(255)

@OneToMany Bidirectional - Join Column is inserting "null" value (Hibernate)

How is it safe to inject entitymanager in ApplicationScoped bean in quarkus?

JPA entity graph: which join types?

jpa left-join entitygraph

How to build JPQL queries when parameters are dynamic?

java hibernate jpa ejb jpql

Hibernate not allowing to increment by 5 in sequence

How to remove foreign key without deleting the whole entity

java spring-boot jpa jhipster

How can I use Hibernate/JPA to tell the DB who the user is before inserts/updates/deletes?

"Object comparisons can only be used with OneToOneMappings" for two tables in JPA

java mysql jpa netbeans entity

What is the difference between explicit and implicit JOIN in JPA? (performance)

java jpa jpa-2.0 jpql

Spring Boot + Hibernate Multi-tenancy: @Transactional not working

How to use JPA ManyToMany bidirectional relation with Kotlin

How to persist a JPA field as a clob?

java hibernate jpa

How to find all managed attached objects in EntityManager (JPA)

Maintaining Order in @ElementCollection using Set JPA

spring-mvc jpa

Spring Boot Rest API, JPA Entities, DTOs, what is the best approach?

java spring-boot hibernate jpa