Uses of Interface
org.hibernate.boot.spi.InFlightMetadataCollector.DelayedPropertyReferenceHandler
-
Packages that use InFlightMetadataCollector.DelayedPropertyReferenceHandler Package Description org.hibernate.boot.internal org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.testing.orm.junit -
-
Uses of InFlightMetadataCollector.DelayedPropertyReferenceHandler in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal with parameters of type InFlightMetadataCollector.DelayedPropertyReferenceHandler Modifier and Type Method Description void
InFlightMetadataCollectorImpl. addDelayedPropertyReferenceHandler(InFlightMetadataCollector.DelayedPropertyReferenceHandler handler)
-
Uses of InFlightMetadataCollector.DelayedPropertyReferenceHandler in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement InFlightMetadataCollector.DelayedPropertyReferenceHandler Modifier and Type Class Description static class
ModelBinder.DelayedPropertyReferenceHandlerImpl
-
Uses of InFlightMetadataCollector.DelayedPropertyReferenceHandler in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type InFlightMetadataCollector.DelayedPropertyReferenceHandler Modifier and Type Method Description void
InFlightMetadataCollector. addDelayedPropertyReferenceHandler(InFlightMetadataCollector.DelayedPropertyReferenceHandler handler)
-
Uses of InFlightMetadataCollector.DelayedPropertyReferenceHandler in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit with parameters of type InFlightMetadataCollector.DelayedPropertyReferenceHandler Modifier and Type Method Description void
DialectFeatureChecks.FakeMetadataBuildingContext. addDelayedPropertyReferenceHandler(InFlightMetadataCollector.DelayedPropertyReferenceHandler handler)
-