Uses of Interface
org.hibernate.boot.spi.SecondPass
-
Packages that use SecondPass Package Description org.hibernate.boot.internal org.hibernate.boot.model.internal org.hibernate.boot.model.source.internal 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.internal
Methods in org.hibernate.boot.internal with parameters of type SecondPass Modifier and Type Method Description voidInFlightMetadataCollectorImpl. addSecondPass(SecondPass secondPass)voidInFlightMetadataCollectorImpl. addSecondPass(SecondPass secondPass, boolean onTopOfTheQueue) -
Uses of SecondPass in org.hibernate.boot.model.internal
Subinterfaces of SecondPass in org.hibernate.boot.model.internal Modifier and Type Interface Description interfaceOptionalDeterminationSecondPassinterfaceQuerySecondPassBind queryMethods in org.hibernate.boot.model.internal that return SecondPass Modifier and Type Method Description SecondPassListBinder. getSecondPass() -
Uses of SecondPass in org.hibernate.boot.model.source.internal
Subinterfaces of SecondPass in org.hibernate.boot.model.source.internal Modifier and Type Interface Description interfaceImplicitColumnNamingSecondPassBecauseImplicitNamingStrategyoften requires access info from PersistentClass, we sometimes need to wait until the proper PersistentClass is bound to the in-flight metadata, which means a SecondPass (in this version still using second passes). -
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
-