yannbriancon / spring-hibernate-query-utils

Library giving tools to detect N+1 queries and count the queries generated with Spring and Hibernate
MIT License
135 stars 15 forks source link

Works with eclipseLink #16

Closed frafaelptu closed 4 years ago

frafaelptu commented 4 years ago

Is there any possibility of working for eclipseLink

yannbriancon commented 4 years ago

Hello @frafaelptu

This library is fully based on Hibernate so it is not compatible with EclipseLink. However, I think you could try to apply the same principle to EclipseLink by looking for an interceptor.

I close the issue because it is not in the library scope, Good luck!