org.hibernate.cfg
Class CopyIdentifierComponentSecondPass

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

public class CopyIdentifierComponentSecondPass
extends Object
implements SecondPass

See Also:
Serialized Form

Constructor Summary
CopyIdentifierComponentSecondPass(Component comp, String referencedEntityName, Ejb3JoinColumn[] joinColumns, Mappings mappings)
           
 
Method Summary
 void doSecondPass(Map persistentClasses)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyIdentifierComponentSecondPass

public CopyIdentifierComponentSecondPass(Component comp,
                                         String referencedEntityName,
                                         Ejb3JoinColumn[] joinColumns,
                                         Mappings mappings)
Method Detail

doSecondPass

public void doSecondPass(Map persistentClasses)
                  throws MappingException
Specified by:
doSecondPass in interface SecondPass
Throws:
MappingException


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.