Class VerifyFetchProfileReferenceSecondPass
- java.lang.Object
-
- org.hibernate.boot.model.internal.VerifyFetchProfileReferenceSecondPass
-
- All Implemented Interfaces:
Serializable
,SecondPass
public class VerifyFetchProfileReferenceSecondPass extends Object implements SecondPass
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VerifyFetchProfileReferenceSecondPass(String fetchProfileName, FetchProfile.FetchOverride fetch, MetadataBuildingContext buildingContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doSecondPass(Map<String,PersistentClass> persistentClasses)
Perform the operation
-
-
-
Constructor Detail
-
VerifyFetchProfileReferenceSecondPass
public VerifyFetchProfileReferenceSecondPass(String fetchProfileName, FetchProfile.FetchOverride fetch, MetadataBuildingContext buildingContext)
-
-
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
-
-