Class CreateKeySecondPass
- java.lang.Object
-
- org.hibernate.boot.model.internal.CreateKeySecondPass
-
- All Implemented Interfaces:
Serializable
,SecondPass
public class CreateKeySecondPass extends 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 void
doSecondPass(Map<String,PersistentClass> persistentClasses)
Perform the operation
-
-
-
Constructor Detail
-
CreateKeySecondPass
public CreateKeySecondPass(RootClass rootClass)
-
CreateKeySecondPass
public CreateKeySecondPass(JoinedSubclass joinedSubClass)
-
-
Method Detail
-
doSecondPass
public void doSecondPass(Map<String,PersistentClass> persistentClasses)
Description copied from interface:SecondPass
Perform the operation- Specified by:
doSecondPass
in interfaceSecondPass
-
-