Uses of Class
org.hibernate.tool.hbm2x.ArtifactCollector

Packages that use ArtifactCollector
org.hibernate.tool.hbm2x   
 

Uses of ArtifactCollector in org.hibernate.tool.hbm2x
 

Methods in org.hibernate.tool.hbm2x that return ArtifactCollector
 ArtifactCollector Exporter.getArtifactCollector()
           
 ArtifactCollector AbstractExporter.getArtifactCollector()
           
 

Methods in org.hibernate.tool.hbm2x with parameters of type ArtifactCollector
 void Exporter.setArtifactCollector(ArtifactCollector collector)
           
 void AbstractExporter.setArtifactCollector(ArtifactCollector collector)
           
 

Constructors in org.hibernate.tool.hbm2x with parameters of type ArtifactCollector
TemplateProducer(TemplateHelper th, ArtifactCollector ac)