Does anyone know of a plugin or tool that would check for validity of Hibernate usage in Java classes?
For example, warn when an entity is missing a no-arg constructor? The Eclipse IDE has a Hibernate tool, but it's mostly about generating the config files.