Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Updating one field in JPA entity

jpa

Does JPA have something like hibernates '@GenericGenerator' for generating custom ids?

jpa jpa-2.0

Retrieving single value using JPA?

jpa

JPA/Hibernate DDL generation; CHAR vs. VARCHAR

@OneToOne and @JoinColumn, auto delete null entity , doable?

hibernate orm jpa one-to-one

JPA or Hibernate - Joining tables on columns of different types

java hibernate orm jpa

JPA: which side should be the owning side in a m:n relationship?

java orm jpa many-to-many

How to auto-register entities with JPA/Hibernate: Unknown entity

java hibernate jpa

JPA: How can an @Embeddable object get a reference to its owner?

java hibernate jpa

Custom queries with CrudRepository

java spring jpa crud

Mapping calculated properties with JPA

java jpa persistence

JPA and aggregate functions. How do I use the result of the query?

java sql jpa

What are the differences between Hibernate and JPA?

How to create a composite primary key which contains a @ManyToOne attribute as an @EmbeddedId in JPA?

columnDefinition = "TEXT" for all types of databases

java jpa

hibernate.jpa.criteria.BasicPathUsageException: Cannot join to attribute of basic type

JPA - EclipseLink - How to change default schema

When using JPA entityManager why do you have to merge before you remove?

JPA Lazy Loading

java hibernate jakarta-ee jpa

JPA @Column annotation to create comment/description

java mysql sql hibernate jpa