Package org.hibernate.cfg
Class CreateKeySecondPass
- java.lang.Object
-
- org.hibernate.cfg.CreateKeySecondPass
-
- All Implemented Interfaces:
java.io.Serializable,SecondPass
public class CreateKeySecondPass extends java.lang.Object implements SecondPass
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateKeySecondPass(JoinedSubclass joinedSubClass)CreateKeySecondPass(RootClass rootClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoSecondPass(java.util.Map persistentClasses)
-
-
-
Constructor Detail
-
CreateKeySecondPass
public CreateKeySecondPass(RootClass rootClass)
-
CreateKeySecondPass
public CreateKeySecondPass(JoinedSubclass joinedSubClass)
-
-
Method Detail
-
doSecondPass
public void doSecondPass(java.util.Map persistentClasses) throws MappingException- Specified by:
doSecondPassin interfaceSecondPass- Throws:
MappingException
-
-