Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

How do I catch the constraint violation exception from EclipseLink?

jpa jpa-2.0 eclipselink

@ManyToOne mapping fails to save parent ID

Error creating bean with name 'entityManagerFactory

java spring hibernate jpa

Hibernate @OneToOne @NotNull

How can I query a null in a Long value without getting "Expected NUMBER but got BINARY" from OracleDB?

java oracle hibernate jpa

JPA Query to handle NULL parameter value

jpa

Spring Data Rest: "Date is null" query throws an postgres exception

How to search with JpaRepository and nested list of objects?

EntityManager.merge not doing anything

java spring jpa eclipselink

How does the @Index annotation work in JPA 2.1? [duplicate]

java hibernate jpa

@Entity not recognizing the @Id in a @MappedSuperclass

LazyInitializationException in JPA and Hibernate

spring hibernate jpa

Writing to JSON column of Postgres database using Spring / JPA

json spring jpa postgresql-9.3

Spring Data JPA Specification using CriteriaBuilder with a one to many relationship

How to add a Map<String, Person> in an entity class?

Using JPA entity graph with complex conditions

How to convert java.util.Date to Java8 java.time.YearMonth

jpa java-8 java.util.date

Retrieving Polymorphic Hibernate Objects Using a Criteria Query

How to return a single result from Spring-Data-JPA?

@ManyToMany Relationship Between Three Tables

java spring jpa orm