Uses of Interface
org.hibernate.cfg.SecondPass
-
Packages that use SecondPass Package Description org.hibernate.boot.spi org.hibernate.cfg org.hibernate.cfg.annotations -
-
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: -classPkDrivenByDefaultMapsIdSecondPassclassSecondaryTableSecondPassclassSetSimpleValueTypeSecondPassclassToOneFkSecondPassEnable 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(Ejb3JoinColumn[] fkJoinColumns, Ejb3JoinColumn[] keyColumns, Ejb3JoinColumn[] inverseColumns, Ejb3Column[] elementColumns, Ejb3Column[] mapKeyColumns, Ejb3JoinColumn[] mapKeyManyToManyColumns, boolean isEmbedded, org.hibernate.annotations.common.reflection.XProperty property, org.hibernate.annotations.common.reflection.XClass collType, boolean ignoreNotFound, boolean unique, TableBinder assocTableBinder, MetadataBuildingContext buildingContext)SecondPassListBinder. getSecondPass(Ejb3JoinColumn[] fkJoinColumns, Ejb3JoinColumn[] keyColumns, Ejb3JoinColumn[] inverseColumns, Ejb3Column[] elementColumns, Ejb3Column[] mapKeyColumns, Ejb3JoinColumn[] mapKeyManyToManyColumns, boolean isEmbedded, org.hibernate.annotations.common.reflection.XProperty property, org.hibernate.annotations.common.reflection.XClass collType, boolean ignoreNotFound, boolean unique, TableBinder assocTableBinder, MetadataBuildingContext buildingContext)SecondPassMapBinder. getSecondPass(Ejb3JoinColumn[] fkJoinColumns, Ejb3JoinColumn[] keyColumns, Ejb3JoinColumn[] inverseColumns, Ejb3Column[] elementColumns, Ejb3Column[] mapKeyColumns, Ejb3JoinColumn[] mapKeyManyToManyColumns, boolean isEmbedded, org.hibernate.annotations.common.reflection.XProperty property, org.hibernate.annotations.common.reflection.XClass collType, boolean ignoreNotFound, boolean unique, TableBinder assocTableBinder, MetadataBuildingContext buildingContext)
-