Interface SecondPass

All Superinterfaces:
Serializable
All Known Subinterfaces:
IdGeneratorResolver, ImplicitColumnNamingSecondPass, OptionalDeterminationSecondPass, QuerySecondPass
All Known Implementing Classes:
AbstractEntityIdGeneratorResolver, AggregateComponentSecondPass, CollectionSecondPass, CopyIdentifierComponentSecondPass, CreateKeySecondPass, DiscriminatorColumnSecondPass, FetchOverrideSecondPass, FetchSecondPass, FkSecondPass, IdBagIdGeneratorResolverSecondPass, IdGeneratorResolverSecondPass, ImplicitToOneJoinTableSecondPass, JoinedSubclassFkSecondPass, OneToOneSecondPass, PkDrivenByDefaultMapsIdSecondPass, ResultSetMappingSecondPass, SecondaryTableFromAnnotationSecondPass, SecondaryTableSecondPass, SetBasicValueTypeSecondPass, SimpleToOneFkSecondPass, StrictIdGeneratorResolverSecondPass, ToOneFkSecondPass

public interface SecondPass extends Serializable
Hibernate builds its build-time model incrementally, often delaying operations until other pieces of information are available. A second pass represents one of these delayed operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    doSecondPass(Map<String,PersistentClass> persistentClasses)
    Perform the operation