Class SecondaryTableFromAnnotationSecondPass
java.lang.Object
org.hibernate.boot.model.internal.SecondaryTableFromAnnotationSecondPass
- All Implemented Interfaces:
Serializable
,SecondPass
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSecondaryTableFromAnnotationSecondPass
(EntityBinder entityBinder, PropertyHolder propertyHolder) -
Method Summary
Modifier and TypeMethodDescriptionvoid
doSecondPass
(Map<String, PersistentClass> persistentClasses) Perform the operation
-
Constructor Details
-
SecondaryTableFromAnnotationSecondPass
public SecondaryTableFromAnnotationSecondPass(EntityBinder entityBinder, PropertyHolder propertyHolder)
-
-
Method Details
-
doSecondPass
Description copied from interface:SecondPass
Perform the operation- Specified by:
doSecondPass
in interfaceSecondPass
- Throws:
MappingException
-