Uses of Interface
org.hibernate.boot.spi.SecondPass
-
Packages that use SecondPass Package Description org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.cfg This package defines APIs for configuring Hibernate. -
-
Uses of SecondPass in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type SecondPass Modifier and Type Method Description voidInFlightMetadataCollector. addSecondPass(SecondPass secondPass)voidInFlightMetadataCollector. addSecondPass(SecondPass sp, boolean onTopOfTheQueue) -
Uses of SecondPass in org.hibernate.cfg
Subinterfaces of SecondPass in org.hibernate.cfg Modifier and Type Interface Description interfaceSecondPassDeprecated, for removal: This API element is subject to removal in a future version.UseSecondPassinstead
-