Uses of Interface
org.hibernate.cfg.SecondPass
-
Packages that use SecondPass Package Description org.hibernate.boot.internal org.hibernate.boot.model.source.internal org.hibernate.boot.spi org.hibernate.cfg org.hibernate.cfg.annotations org.hibernate.cfg.internal -
-
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.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 interfaceQuerySecondPassBind queryClasses in org.hibernate.cfg that implement SecondPass Modifier and Type Class Description classCollectionSecondPassCollection second passclassCopyIdentifierComponentSecondPassclassCreateKeySecondPassclassFkSecondPassclassIdGeneratorResolverSecondPassclassIndexOrUniqueKeySecondPassclassJoinedSubclassFkSecondPassclassOneToOneSecondPassWe have to handle OneToOne in a second pass because: -classPkDrivenByDefaultMapsIdSecondPassclassSecondaryTableFromAnnotationSecondPassclassSecondaryTableSecondPassclassSetBasicValueTypeSecondPassclassSimpleToOneFkSecondPassA 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 resolvedclassVerifyFetchProfileReferenceSecondPass -
Uses of SecondPass in org.hibernate.cfg.annotations
Classes in org.hibernate.cfg.annotations that implement SecondPass Modifier and Type Class Description classResultsetMappingSecondPassMethods in org.hibernate.cfg.annotations that return SecondPass Modifier and Type Method Description SecondPassCollectionBinder. getSecondPass(AnnotatedJoinColumn[] fkJoinColumns, AnnotatedJoinColumn[] keyColumns, AnnotatedJoinColumn[] inverseColumns, AnnotatedColumn[] elementColumns, AnnotatedColumn[] mapKeyColumns, AnnotatedJoinColumn[] mapKeyManyToManyColumns, boolean isEmbedded, org.hibernate.annotations.common.reflection.XProperty property, org.hibernate.annotations.common.reflection.XClass elementType, NotFoundAction notFoundAction, boolean unique, TableBinder assocTableBinder, MetadataBuildingContext buildingContext)SecondPassListBinder. getSecondPass(AnnotatedJoinColumn[] fkJoinColumns, AnnotatedJoinColumn[] keyColumns, AnnotatedJoinColumn[] inverseColumns, AnnotatedColumn[] elementColumns, AnnotatedColumn[] mapKeyColumns, AnnotatedJoinColumn[] mapKeyManyToManyColumns, boolean isEmbedded, org.hibernate.annotations.common.reflection.XProperty property, org.hibernate.annotations.common.reflection.XClass elementType, NotFoundAction notFoundAction, boolean unique, TableBinder assocTableBinder, MetadataBuildingContext buildingContext)SecondPassMapBinder. getSecondPass(AnnotatedJoinColumn[] fkJoinColumns, AnnotatedJoinColumn[] keyColumns, AnnotatedJoinColumn[] inverseColumns, AnnotatedColumn[] elementColumns, AnnotatedColumn[] mapKeyColumns, AnnotatedJoinColumn[] mapKeyManyToManyColumns, boolean isEmbedded, org.hibernate.annotations.common.reflection.XProperty property, org.hibernate.annotations.common.reflection.XClass collType, NotFoundAction notFoundAction, boolean unique, TableBinder assocTableBinder, MetadataBuildingContext buildingContext) -
Uses of SecondPass in org.hibernate.cfg.internal
Classes in org.hibernate.cfg.internal that implement SecondPass Modifier and Type Class Description classNullableDiscriminatorColumnSecondPass
-