Uses of Interface
org.hibernate.boot.model.source.spi.LocalMetadataBuildingContext
Packages that use LocalMetadataBuildingContext
Package
Description
A range of SPIs allowing integration with—and customization of—the process of building metadata.
-
Uses of LocalMetadataBuildingContext in org.hibernate.boot.model.source.internal.hbm
Subinterfaces of LocalMetadataBuildingContext in org.hibernate.boot.model.source.internal.hbmModifier and TypeInterfaceDescriptioninterface
Access to contextual information specific to ahbm.xml
mapping.Classes in org.hibernate.boot.model.source.internal.hbm that implement LocalMetadataBuildingContextModifier and TypeClassDescriptionclass
Aggregates together information about a mapping document.Methods in org.hibernate.boot.model.source.internal.hbm that return LocalMetadataBuildingContextModifier and TypeMethodDescriptionAbstractEntitySourceImpl.getLocalMetadataBuildingContext()
EmbeddableSourceImpl.getLocalMetadataBuildingContext()
EmbeddableSourceVirtualImpl.getLocalMetadataBuildingContext()
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type LocalMetadataBuildingContextModifier and TypeMethodDescriptionRelationalObjectBinder.ColumnNamingDelegate.determineImplicitName
(LocalMetadataBuildingContext context) -
Uses of LocalMetadataBuildingContext in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return LocalMetadataBuildingContextModifier and TypeMethodDescriptionAttributeSourceContainer.getLocalMetadataBuildingContext()
Obtain the local binding context associated with this container.IdentifiableTypeSource.getLocalMetadataBuildingContext()
Obtain the metadata-building context local to this entity source. -
Uses of LocalMetadataBuildingContext in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type LocalMetadataBuildingContextModifier and TypeMethodDescriptionvoid
InFlightMetadataCollector.EntityTableXref.addSecondaryTable
(LocalMetadataBuildingContext buildingContext, Identifier logicalName, Join secondaryTableJoin)