rsql-jpa-specification icon indicating copy to clipboard operation
rsql-jpa-specification copied to clipboard

Optimize attribute existence check.

Open nstdio opened this issue 2 years ago • 0 comments

No need to O(N) search because we can fetch required attribute directly by its name.

nstdio avatar Oct 09 '22 19:10 nstdio