org.hibernate.tool.hbm2x
Class ConfigurationNavigator

java.lang.Object
  extended by org.hibernate.tool.hbm2x.ConfigurationNavigator

public class ConfigurationNavigator
extends Object

Author:
max and david

Constructor Summary
ConfigurationNavigator()
           
 
Method Summary
static void collectComponents(Map components, org.hibernate.mapping.PersistentClass clazz)
           
static void collectComponents(Map components, POJOClass clazz)
           
 void export(org.hibernate.cfg.Configuration cfg, ConfigurationVisitor exporter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationNavigator

public ConfigurationNavigator()
Method Detail

export

public void export(org.hibernate.cfg.Configuration cfg,
                   ConfigurationVisitor exporter)
Parameters:
cfg -
exporter -
file -

collectComponents

public static void collectComponents(Map components,
                                     org.hibernate.mapping.PersistentClass clazz)
Parameters:
clazz -

collectComponents

public static void collectComponents(Map components,
                                     POJOClass clazz)