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

How can I use an UUID as an @Id for my @Entity properly?

Hibernate: Overriding Field Optionality in Subclass

java hibernate jpa

@GenericGenerator in package-info.java not working JPA

JPQL/HQL and JPA/Hibernate: boolean expression in select constructor expression not working (unexpected AST node: AND, NPE, HqlSqlWalker.setAlias)?

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?