org.hibernate.tool.hbmlint
Class HbmLint
java.lang.Object
org.hibernate.tool.hbmlint.HbmLint
- All Implemented Interfaces:
- IssueCollector
public class HbmLint
- extends Object
- implements IssueCollector
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HbmLint
public HbmLint(Detector[] detectors)
analyze
public void analyze(org.hibernate.cfg.Configuration cfg)
reportIssue
public void reportIssue(Issue analyze)
- Specified by:
reportIssue
in interface IssueCollector
getResults
public List getResults()
createInstance
public static HbmLint createInstance()