Thread: Query Timeout not working using jpa

Query Timeout not working using jpa

From
Shubham Mittal
Date:
Hi Team,

Can anyone help in setting the query timeout in postgres 12 using spring data jpa??

Currently using below code :

query.setHint("javax.persistence.query.timeout", 10000);

Thanks & Regards,
Shubham