Search code examples
Casting Integer to String in JPQL...


jpajpa-2.0jpql

Read More
How to retrieve the datasource used by a persistence unit programmatically...


hibernatejakarta-eejpajpa-2.0jboss7.x

Read More
selecting all rows from a database using JPA in WebSphere...


webspherejpa-2.0openjpa

Read More
Not allowed to create transaction on shared EntityManager - use Spring transactions or EJB CMT...


springhibernatejpajpa-2.0

Read More
How to use JpaRepository method in the Jpa Entity Lifecycle callbacks?...


jpaspring-data-jpajpa-2.0jpa-2.1

Read More
JPA: Why the annotations are applied on getter or field...


javahibernatejpaannotationsjpa-2.0

Read More
java.lang.IllegalStateException: Multiple representations of the same entity with @ManyToMany 3 enti...


javahibernatejpajpa-2.0ejb-3.0

Read More
JPA , many-to-many relation, deleting all previous relations and entering the new relations...


javajakarta-eejpaejb-3.0jpa-2.0

Read More
Avoid insert 'null' values to database table via JPA...


javapostgresqlormjpajpa-2.0

Read More
Storing a Map<String,String> using JPA...


javajpaormjpa-2.0

Read More
JPA 2 Criteria Fetch Path Navigation...


javajpajpa-2.0fetch

Read More
HQL combined "distinct" and "order by"...


hibernatejpajpa-2.0hql

Read More
In JPA 2, using a CriteriaQuery, how to count results...


javajpa-2.0criteriaquery

Read More
Cannot create a table in H2 with a custom enum...


spring-bootjpah2jpa-2.0

Read More
JPA GeneratedValue generated an already existent Id...


javajpaspring-data-jpajpa-2.0

Read More
How to create an 'instance of' -like query in JPA 2.0?...


javajpajpa-2.0jpql

Read More
JPA: unidirectional many-to-one and cascading delete...


javajpajpa-2.0many-to-one

Read More
How do I know the id before saving an object in jpa...


javaoraclejpajpa-2.0

Read More
How to properly express JPQL "join fetch" with "where" clause as JPA 2 CriteriaQ...


javajpacriteriajpa-2.0

Read More
Left Join in Spring Data JPA's Specification...


javaspring-data-jpaspring-datajpa-2.0specifications

Read More
Spring JPA Class-based Projections and Nested projections...


spring-data-jpajpa-2.0jpa-2.1

Read More
JPA [EcliseLink]: Cannot change the type of an instance of parent A to subclass B In the single tabl...


inheritancecachingeclipselinkjpa-2.0

Read More
Hibernate generates negative id values when using a sequence...


javahibernatejpajboss7.xjpa-2.0

Read More
@Entity not recognizing the @Id in a @MappedSuperclass...


javaeclipsehibernatejpajpa-2.0

Read More
SpringBoot JPA in MySQL...


mysqlspring-bootjpaspring-data-jpajpa-2.0

Read More
JPA Hibernate many-to-many cascading...


hibernatejpamany-to-manyjpa-2.0cascade

Read More
JPA - How to truncate tables between unit tests...


unit-testingjpajpa-2.0dbunit

Read More
Limit in subquery with JPQL...


ormjpajpa-2.0jpql

Read More
Is Select EXISTS() possible in JPQL?...


jpajpqljpa-2.0

Read More
JPA Query selecting only specific columns without using Criteria Query?...


javajpajpa-2.0jpa-2.1criteriaquery

Read More
BackNext