Uses of Interface
org.hibernate.boot.model.source.spi.LocalMetadataBuildingContext
-
Packages that use LocalMetadataBuildingContext Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi org.hibernate.boot.spi 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.hbm Modifier and Type Interface Description interfaceHbmLocalMetadataBuildingContextAccess to contextual information specific to ahbm.xmlmapping.Classes in org.hibernate.boot.model.source.internal.hbm that implement LocalMetadataBuildingContext Modifier and Type Class Description classMappingDocumentAggregates together information about a mapping document.Methods in org.hibernate.boot.model.source.internal.hbm that return LocalMetadataBuildingContext Modifier and Type Method Description LocalMetadataBuildingContextAbstractEntitySourceImpl. getLocalMetadataBuildingContext()LocalMetadataBuildingContextEmbeddableSourceImpl. getLocalMetadataBuildingContext()LocalMetadataBuildingContextEmbeddableSourceVirtualImpl. getLocalMetadataBuildingContext()Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type LocalMetadataBuildingContext Modifier and Type Method Description IdentifierRelationalObjectBinder.ColumnNamingDelegate. determineImplicitName(LocalMetadataBuildingContext context) -
Uses of LocalMetadataBuildingContext in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return LocalMetadataBuildingContext Modifier and Type Method Description LocalMetadataBuildingContextAttributeSourceContainer. getLocalMetadataBuildingContext()Obtain the local binding context associated with this container.LocalMetadataBuildingContextIdentifiableTypeSource. 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 LocalMetadataBuildingContext Modifier and Type Method Description voidInFlightMetadataCollector.EntityTableXref. addSecondaryTable(LocalMetadataBuildingContext buildingContext, Identifier logicalName, Join secondaryTableJoin)
-