Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpql

How to use projections and specifications with spring data jpa?

How to write JPA query with boolean condition

jpa-2.0 eclipselink jpql

Is Select EXISTS() possible in JPQL?

jakarta-ee jpa jpa-2.0 jpql

Name for parameter binding must not be null or empty! For named parameters you need to use @Param for query method parameters on Java versions

java jpa spring-data-jpa jpql

Tool to Execute JPQL Queries?

java jpa jpql

How do I do a JPQL SubQuery?

java orm jpa jpql

Can I get the SQL string from a JPA Query object?

sql hibernate jpa logging jpql

Setting a parameter as a list for an IN expression

org.hibernate.QueryException: JPA-style positional param was not an integral ordinal

java hibernate jpa hql jpql

JPA: DELETE WHERE does not delete children and throws an exception

java hibernate jpa jpql

Java: JPQL date function to add a time period to another date [closed]

java date documentation jpql

Many-to-Many query jpql

java jpa jpa-2.0 jpql

@OneToMany mappedBy maps to _____

How to create a JPA query with LEFT OUTER JOIN

java jpa jpql

JPA Native Query select and cast object

java sql jpa jpql

Using the JPA Criteria API, can you do a fetch join that results in only one join?

java jpa jpql criteria-api

Ignore a FetchType.EAGER in a relationship

java hibernate jpa hql jpql

JPA concat operator

a new object was found through a relationship that was not marked cascade PERSIST

Using @EmbeddedId with JpaRepository

java spring jpa jpql spring-data