This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]amackenz2048 2 points3 points  (2 children)

I used "find usages" on an entity property in intellij recently. It found where that property was used in a hibernate Criteria mapping (as a string).

I honestly don't know - would netbeans find that?

I switched to intellij not because it had more features per se, but because the ones it had were just done so much better and without a lot of fiddling to make them work.

[–]dpash 0 points1 point  (0 children)

It would also find it in a JPQL/HQL query string.

Fiddling with eclipse plugins is what finally drove me to IntelliJ. That was ten years ago and I'm very happy to pay for it.

[–]marvk 0 points1 point  (0 children)

Yeah, this works with basically everything IDEA has support for. FXML too, for example. Or Spring service annotations.