Uses of Class
org.hibernate.cfg.reveng.SchemaSelection

Packages that use SchemaSelection
org.hibernate.cfg.reveng   
org.hibernate.tool.hbmlint.detector   
 

Uses of SchemaSelection in org.hibernate.cfg.reveng
 

Methods in org.hibernate.cfg.reveng with parameters of type SchemaSelection
 void OverrideRepository.addSchemaSelection(SchemaSelection schemaSelection)
           
 

Uses of SchemaSelection in org.hibernate.tool.hbmlint.detector
 

Methods in org.hibernate.tool.hbmlint.detector with parameters of type SchemaSelection
 void TableSelectorStrategy.addSchemaSelection(SchemaSelection selection)