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.
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 SecondPassModifier and TypeMethodDescriptionvoidInFlightMetadataCollectorImpl.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.internalModifier and TypeInterfaceDescriptioninterfaceinterfaceBind queryClasses in org.hibernate.boot.model.internal that implement SecondPassModifier and TypeClassDescriptionclassclassCollection second passclassclassclassclassclassclassclassForManyToOneandOneToOneassociations mapped to aJoinTablewith no explicitly-specified table name, we need to defer creation of theTableobject.classclassclassclassWe have to handleOneToOneassociations in a second pass.classclassclassclassclassclassA simple second pass that just creates the foreign keyclassEnable a proper set of the FK columns in respect with the id column order Allow the correct implementation of the default EJB3 values which needs both sides of the association to be resolvedMethods in org.hibernate.boot.model.internal that return SecondPass -
Uses of SecondPass in org.hibernate.boot.model.source.internal
Subinterfaces of SecondPass in org.hibernate.boot.model.source.internalModifier and TypeInterfaceDescriptioninterfaceBecauseImplicitNamingStrategyoften 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 SecondPassModifier and TypeMethodDescriptionvoidInFlightMetadataCollector.addSecondPass(SecondPass secondPass) voidInFlightMetadataCollector.addSecondPass(SecondPass sp, boolean onTopOfTheQueue) -
Uses of SecondPass in org.hibernate.cfg
Subinterfaces of SecondPass in org.hibernate.cfgModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.
SecondPassinstead