Class SecondaryTableSecondPass
- java.lang.Object
-
- org.hibernate.boot.model.internal.SecondaryTableSecondPass
-
- All Implemented Interfaces:
Serializable
,SecondPass
public class SecondaryTableSecondPass extends Object implements SecondPass
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecondaryTableSecondPass(EntityBinder entityBinder, PropertyHolder propertyHolder, org.hibernate.annotations.common.reflection.XAnnotatedElement annotatedClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doSecondPass(Map<String,PersistentClass> persistentClasses)
Perform the operation
-
-
-
Constructor Detail
-
SecondaryTableSecondPass
public SecondaryTableSecondPass(EntityBinder entityBinder, PropertyHolder propertyHolder, org.hibernate.annotations.common.reflection.XAnnotatedElement annotatedClass)
-
-
Method Detail
-
doSecondPass
public void doSecondPass(Map<String,PersistentClass> persistentClasses) throws MappingException
Description copied from interface:SecondPass
Perform the operation- Specified by:
doSecondPass
in interfaceSecondPass
- Throws:
MappingException
-
-