Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Getting a JDBC connection from EclipseLink

Searching An object from @ElementCollection

Keeping JPA EntityManager open?

java orm jpa

Why Hibernate inlines Integer parameter list passed to JPA Criteria Query?

Deep Copy in JPA

java jpa

JPA 2.0 / Hibernate and "orphanRemoval": Just replacing an entity does not remove the old one

java hibernate jpa orphan

Why am I getting a Primary Key violation for an @OneToMany property?

Spring Data @CreatedDate annotation doesn't work for me

JPA - saving changes without persist() invoked

How to specify that a combination of columns should be a unique constraint using annotations?

JPA Hibernate Metamodel generation through maven

hibernate jpa

JPA Database structure for internationalisation

java jpa

Not-null property references a null or transient value for persisted value

What is the use of @Table annotation in JPA?

hibernate jpa

Select for update skip locked from JPA level

Good practice when using kafka with jpa

Are there any good ORMs (preferably JPA implementations) that support SQLite (on Android)? [closed]

java android sqlite jpa orm

How to find the version of JPA?

java orm jpa jakarta-ee

Why hibernate always call "update" statement after using "select" statement in MySQL?

java sql database hibernate jpa

JPA: How to fetch eagerly an embedded element collection

java hibernate jpa jpql