org.hibernate.cfg
Class CollectionSecondPass
java.lang.Object
org.hibernate.cfg.CollectionSecondPass
- All Implemented Interfaces:
- java.io.Serializable, SecondPass
public abstract class CollectionSecondPass
- extends java.lang.Object
- implements SecondPass
Collection second pass
- Author:
- Emmanuel Bernard
- See Also:
- Serialized Form
Method Summary |
void |
doSecondPass(java.util.Map persistentClasses)
|
abstract void |
secondPass(java.util.Map persistentClasses,
java.util.Map inheritedMetas)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionSecondPass
public CollectionSecondPass(Mappings mappings,
Collection collection,
java.util.Map inheritedMetas)
CollectionSecondPass
public CollectionSecondPass(Mappings mappings,
Collection collection)
doSecondPass
public void doSecondPass(java.util.Map persistentClasses)
throws MappingException
- Specified by:
doSecondPass
in interface SecondPass
- Throws:
MappingException
secondPass
public abstract void secondPass(java.util.Map persistentClasses,
java.util.Map inheritedMetas)
throws MappingException
- Throws:
MappingException
Copyright © 2008 Hibernate.org. All Rights Reserved.