Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

internationalization in JSF with ResourceBundle entries which are loaded from database

Is there a way to pass detached object to JPA persist? (detached entity passed to persist)

How to setup Spring Data JPA repositories without component scanning

Spring Query: Haversine formula with pageable

How to use CriteriaQuery for ElementCollection and CollectionTable

How to specify a Primary Key on @ElementCollection

OneToMany & ManyToOne mapping JPA / Hibernate

Saving bidirectional ManyToMany

java jpa