Search code examples
Why the JPA drop-and-create option is not working...


javajdbceclipselinkjpa-2.1java-ee-8

Read More
How to avoid foreign key constraint violationin in entity relationships using JPA...


javajdbceclipselinkjpa-2.1java-ee-8

Read More
Hibernate executes additional query when fetching the parent-side of a one-to-one entity association...


hibernatejpacriteria-apijpa-2.1

Read More
What is the best way to bulk delete rows in JPA while also cascading the delete to child records...


javajpaeclipselinkjpa-2.1bulk-delete

Read More
JPA SubGraph to define fetchtype of an embedded property...


javajpajpa-2.1embeddable

Read More
org.eclipse.persistence.indirection.IndirectMap cannot be cast to org.eclipse.persistence.queries.Fe...


javajpaeclipselinkjpa-2.1jpa-2.2

Read More
JPA 2.1 @Procedure with multiple out parameters...


javaspringjpa-2.1

Read More
JPA Entities: how to check recursive parents...


javajpa-2.1

Read More
Hibernate index with DESC order...


javahibernatejpaindexingjpa-2.1

Read More
How to self left join root using JPA CriteriaQuery...


hibernatejpa-2.1

Read More
Instanciate a JPA EntityManager in an Eclipse RCP (Java SE) environment...


jpaeclipse-rcppersistenceentitymanagerjpa-2.1

Read More
JPA: java.lang.StackOverflowError on adding toString method in entity classes...


hibernatestack-overflowjpqltostringjpa-2.1

Read More
Insert and update with CriteriaBuilder JPA in the same transactional method thows error "Foreig...


javahibernatejpaentitymanagerjpa-2.1

Read More
Envers: Unidirectional OneToMany without additional audit table?...


hibernatehibernate-enversjpa-2.1

Read More
JPA property access isMethod...


javajpajakarta-eejpa-2.1

Read More
Creating converters based on multiple attributes in JPA 2.1...


javahibernatejpaormjpa-2.1

Read More
How to get column name from JPA...


spring-bootjpaspring-data-jpajpa-2.1

Read More
JPQL query with JOIN ... ON clause + sub query results in exception "Internal problem encounter...


hibernatejpaeclipselinkjpqljpa-2.1

Read More
Why does hibernate strictly asks to define the hibernate.dialect property while the JPA specificatio...


hibernatejpa-2.1

Read More
How to get Page<Object[]> like stuff in Spring Data Jpa when using native query...


hibernatespring-data-jpajpa-2.1

Read More
getting error during the creation of relationship between JPA entities...


javadatabaseentitiesjpa-2.1

Read More
Supported source version RELEASE_6 from annotation processor org.eclipse.persistence.internal.jpa.mo...


jakarta-eejpaeclipselinkjava-ee-7jpa-2.1

Read More
JPA query with count aggregate function...


hibernatespring-bootspring-data-jpajpa-2.0jpa-2.1

Read More
JPA Entity - How to update a child entity field based on its parent field...


javahibernatejpajpa-2.1

Read More
Exception: java.sql.SQLDataException: Unsupported conversion from TIMESTAMP to java.lang.Long...


springjava-8jpa-2.1mysql-8.0

Read More
EclipseLink throws JPQLException on using SELECT ... AS in a constructor expression...


jpaeclipselinkjpqljpa-2.1jpa-2.2

Read More
@ConstructorResult mapping in JPA 2.1 does not work properly with Hibernate 4.3.5.Final...


javahibernatejpajpa-2.1

Read More
JPA not saving to DB on WildFly 16...


jpajakarta-eepersistencejpa-2.1wildfly-16

Read More
Prevent duplicate entries in a join table in a many-to-many relationship in JPA...


hibernatejpamany-to-manyeclipselinkjpa-2.1

Read More
OneToMany doesn't create foreign key with ON DELETE CASCADE on H2 database...


hibernatespring-data-jpah2jpa-2.1

Read More
BackNext