Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

JPA: Foreign key constraint on delete

java mysql hibernate jpa

Eclipse not creating JPA entities from table

eclipse jpa

Persist list of Entities with <int-jpa:outbound-channel-adapter

Configuring EJB on JBoss AS 7 using JTA datasources: every statement is commited

What is the work-around for deleting orphan entities using JPA 2.0 and @OneToMany?

Different between @AttributeOverride and @AssociationOverride in JPA

java hibernate jpa

How to get persistence unit name from EntityManager

jakarta-ee jpa

JPA Criteria api join through embedded ID

@autowire error with spring-boot, JPA and CrudRepository

java jpa spring-boot

Update entity from DTO with hibernate erases other fields

java spring hibernate jpa dto

Querying Data with a predicate and paging using Spring Data JPA

What cannot be done without EJB

java jakarta-ee jpa ejb

Spring Data JPA - how to set transient fields after retrieval

Object references an unsaved transient instance - save the transient instance before flushing hibernate JPA [duplicate]

java hibernate spring-boot jpa

Why JPA does not support java.time.Instant?

java jpa java.time.instant

Best way to export a million records formatted as json?

Define composite primary key on JPA Entity

java hibernate jpa

Handling null values from database in spring jpa

java spring hibernate jpa

How to actually implement pagination/sorting/filtering in a JAX-RS/Jersey REST application?

java rest jpa pagination jersey

Is it possible to temporarily disable cascading for a Hibernate entity?