org.hibernate.tool.hbmlint
Class HbmLint

java.lang.Object
  extended by org.hibernate.tool.hbmlint.HbmLint
All Implemented Interfaces:
IssueCollector

public class HbmLint
extends Object
implements IssueCollector


Constructor Summary
HbmLint(Detector[] detectors)
           
 
Method Summary
 void analyze(org.hibernate.cfg.Configuration cfg)
           
static HbmLint createInstance()
           
 List getResults()
           
 void reportIssue(Issue analyze)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HbmLint

public HbmLint(Detector[] detectors)
Method Detail

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()