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 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 void
InFlightMetadataCollectorImpl. addSecondPass(SecondPass secondPass)
void
InFlightMetadataCollectorImpl. 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 interface
QuerySecondPass
Bind queryClasses in org.hibernate.boot.model.internal that implement SecondPass Modifier and Type Class Description class
AggregateComponentSecondPass
class
CollectionSecondPass
Collection second passclass
CopyIdentifierComponentSecondPass
class
CreateKeySecondPass
class
FkSecondPass
class
IdGeneratorResolverSecondPass
class
IndexOrUniqueKeySecondPass
class
JoinedSubclassFkSecondPass
class
NullableDiscriminatorColumnSecondPass
class
OneToOneSecondPass
We have to handleOneToOne
associations in a second pass.class
PkDrivenByDefaultMapsIdSecondPass
class
ResultSetMappingSecondPass
class
SecondaryTableFromAnnotationSecondPass
class
SecondaryTableSecondPass
class
SetBasicValueTypeSecondPass
class
SimpleToOneFkSecondPass
A simple second pass that just creates the foreign keyclass
ToOneFkSecondPass
Enable 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 resolvedclass
VerifyFetchProfileReferenceSecondPass
Methods in org.hibernate.boot.model.internal that return SecondPass Modifier and Type Method Description SecondPass
ListBinder. 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 interface
ImplicitColumnNamingSecondPass
BecauseImplicitNamingStrategy
often 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 void
InFlightMetadataCollector. addSecondPass(SecondPass secondPass)
void
InFlightMetadataCollector. addSecondPass(SecondPass sp, boolean onTopOfTheQueue)
-
Uses of SecondPass in org.hibernate.cfg
Subinterfaces of SecondPass in org.hibernate.cfg Modifier and Type Interface Description interface
SecondPass
Deprecated, for removal: This API element is subject to removal in a future version.UseSecondPass
instead
-