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.org.hibernate.testing.orm.junit -
-
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 queryClasses in org.hibernate.boot.model.internal that implement SecondPass Modifier and Type Class Description classAggregateComponentSecondPassclassCollectionSecondPassCollection second passclassCopyIdentifierComponentSecondPassclassCreateKeySecondPassclassFetchOverrideSecondPassclassFetchSecondPassclassFkSecondPassclassIdGeneratorResolverSecondPassclassImplicitToOneJoinTableSecondPassForManyToOneandOneToOneassociations mapped to aJoinTablewith no explicitly-specified table name, we need to defer creation of theTableobject.classIndexOrUniqueKeySecondPassclassJoinedSubclassFkSecondPassclassNullableDiscriminatorColumnSecondPassclassOneToOneSecondPassWe have to handleOneToOneassociations in a second pass.classPkDrivenByDefaultMapsIdSecondPassclassResultSetMappingSecondPassclassSecondaryTableFromAnnotationSecondPassclassSecondaryTableSecondPassclassSetBasicValueTypeSecondPassclassSimpleToOneFkSecondPassA simple second pass that just creates the foreign keyclassToOneFkSecondPassEnable 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 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 -
Uses of SecondPass in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit with parameters of type SecondPass Modifier and Type Method Description voidDialectFeatureChecks.FakeMetadataBuildingContext. addSecondPass(SecondPass secondPass)voidDialectFeatureChecks.FakeMetadataBuildingContext. addSecondPass(SecondPass sp, boolean onTopOfTheQueue)
-