Uses of Interface
org.hibernate.boot.spi.SecondPass
Packages that use SecondPass
Package
Description
A range of SPIs allowing integration with—and customization of—the process of building metadata.
-
Uses of SecondPass in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type SecondPassModifier and TypeMethodDescriptionvoid
InFlightMetadataCollector.addSecondPass
(SecondPass secondPass) void
InFlightMetadataCollector.addSecondPass
(SecondPass sp, boolean onTopOfTheQueue)