Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Mapping column and table names in EclipseLink

hibernate jpa eclipselink

Loading transient field of JPA entity

jpa

Hibernate custom type mapping set length of char

can I get a jdbc datasource from jpa in spring application context?

spring jpa jdbc initialization

Unable to generate constraint violation exception when testing Hibernate @Check constraints

Spring JPA: How to disable query creation for certain method

java spring kotlin jpa

How to correctly do a manytomany join table in JPA?

jpa jakarta-ee ejb

How to insert the data in mysql relation table using hibernate/jpa in Spring Boot

Hibernate/JPA refresh whole collection

java hibernate jpa jpa-2.0

Spring data JPA generated uuid field is null

How do you remove rows after changing the item in a JPA OneToOne relationship?

Hibernate @OneToOne bidirectional causes redundant select query

java hibernate jpa

LazyInitializationException: load lazy attribute from a session different from the original one in Hibernate

java mysql hibernate jpa

Is it possible to use JpaRepository without entity?

java spring-boot jpa

JPA lazy OneToOne relation is fetched when loading or querying an entity when it shouldn't? Why?