New posts in jpa

Auditing and @Embedded in Spring Data JPA

What is the "owning side" in an ORM mapping?

Spring Data JPA - ZonedDateTime format for json serialization

Hibernate throws org.hibernate.AnnotationException: No identifier specified for entity: com..domain.idea.MAE_MFEView

Mapping many-to-many association table with extra column(s)

Spring JPA selecting specific columns

Confusion: @NotNull vs. @Column(nullable = false) with JPA and Hibernate

How to convert a Hibernate proxy to a real entity object

How do I update an entity using spring-data-jpa?

What is the meaning of the CascadeType.ALL for a @ManyToOne JPA association

What is the difference between Hibernate and Spring Data JPA

Do I need <class> elements in persistence.xml?

Setting default values for columns in JPA

Convert sql to JPA with a in-clause and a list of like

Hibernate JPA Sequence (non-Id)

Hibernate SessionFactory vs. JPA EntityManagerFactory

Why is Hibernate Open Session in View considered a bad practice?

How to call a stored procedure from Java and JPA

org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set

How does spring.jpa.hibernate.ddl-auto property exactly work in Spring?