org.hibernate.cfg
Class IndexSecondPass

java.lang.Object
  extended by org.hibernate.cfg.IndexSecondPass
All Implemented Interfaces:
Serializable, org.hibernate.cfg.SecondPass

public class IndexSecondPass
extends Object
implements org.hibernate.cfg.SecondPass

Author:
Emmanuel Bernard
See Also:
Serialized Form

Constructor Summary
IndexSecondPass(String indexName, Ejb3Column column, ExtendedMappings mappings)
           
IndexSecondPass(org.hibernate.mapping.Table table, String indexName, String[] columns, ExtendedMappings mappings)
           
 
Method Summary
 void doSecondPass(Map persistentClasses, Map inheritedMetas)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexSecondPass

public IndexSecondPass(org.hibernate.mapping.Table table,
                       String indexName,
                       String[] columns,
                       ExtendedMappings mappings)

IndexSecondPass

public IndexSecondPass(String indexName,
                       Ejb3Column column,
                       ExtendedMappings mappings)
Method Detail

doSecondPass

public void doSecondPass(Map persistentClasses,
                         Map inheritedMetas)
                  throws org.hibernate.MappingException
Specified by:
doSecondPass in interface org.hibernate.cfg.SecondPass
Throws:
org.hibernate.MappingException