List Question
20 TechQA 2024-02-15T11:53:19.457000JPA: javax.persistence.TransactionRequiredException: Executing an update/delete query
45 views
Asked by Pabs
How can I get the column name when using native query?
51 views
Asked by IK P
Complex native queries stored in separate files with Spring Data JPA
52 views
Asked by Moh-Dev
Native Query for strict_word_similarity is not working
49 views
Asked by harsh agarwal
Set an optional parameter in jpa query with "in" condition
86 views
Asked by Pradeeshnarayan
CustomerPasswordHistory Table is a table where no unique customerId. customerId is duplicate how to join customer table unique id in java
22 views
Asked by Md.Arif Shakil Nobin
How to perform a Native query on a table which is not present as a class?
170 views
Asked by BlazinglyFast
How to use spring-boot-starter-data-jdbc without Entity
87 views
Asked by ivvasch
JPA native query get different result than executed directly on DB
67 views
Asked by Andrea
Pageable with native query
83 views
Asked by gabriel quispe
nativ query (java) vs view in DB - performance
97 views
Asked by Thomas
org.hibernate.MappingException: No Dialect mapping for JDBC type: -9 using WITH in Query
17 views
Asked by Nilxxi
Can entity classes be used as parameters for CrudRepository native queries in Spring Boot 3?
128 views
Asked by maccer
Delete query workaround in DB
33 views
Asked by PAMPA ROY
A TupleBackedMap cannot be modified
437 views
Asked by LITTE_BOY
Using Native SQL Queries with Latest Hibernate Version (Post-5.2) - Deprecated Legacy-Style Parameters Issue
95 views
Asked by siddharth jidage
I have to fetch the number of order requests arrived in last 2 hours in a sql server table: ORDER_REQUEST group by order origin id using data_jpa
15 views
Asked by Srinivasa Subramanyam