Uses of Interface
org.hibernate.boot.model.source.internal.hbm.HbmLocalMetadataBuildingContext
Packages that use HbmLocalMetadataBuildingContext
Package
Description
Support for handling named queries during the bootstrap process.
-
Uses of HbmLocalMetadataBuildingContext in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement HbmLocalMetadataBuildingContextModifier and TypeClassDescriptionclassAggregates together information about a mapping document.Methods in org.hibernate.boot.model.source.internal.hbm that return HbmLocalMetadataBuildingContextModifier and TypeMethodDescriptionprotected HbmLocalMetadataBuildingContextAbstractHbmSourceNode.metadataBuildingContext()Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type HbmLocalMetadataBuildingContextModifier and TypeMethodDescriptionstatic voidAuxiliaryDatabaseObjectBinder.processAuxiliaryDatabaseObject(HbmLocalMetadataBuildingContext context, JaxbHbmAuxiliaryDatabaseObjectType auxDbObjectMapping) Handling for a<database-object/>declaration.static voidFetchProfileBinder.processFetchProfile(HbmLocalMetadataBuildingContext context, JaxbHbmFetchProfileType fetchProfileBinding) Handling for a<fetch-profile/>declaration.static voidFetchProfileBinder.processFetchProfile(HbmLocalMetadataBuildingContext context, JaxbHbmFetchProfileType fetchProfileBinding, String containingEntityName) Handling for a<fetch-profile/>declaration.static voidIdentifierGeneratorDefinitionBinder.processIdentifierGeneratorDefinition(HbmLocalMetadataBuildingContext context, JaxbHbmIdentifierGeneratorDefinitionType identifierGenerator) static voidNamedQueryBinder.processNamedNativeQuery(HbmLocalMetadataBuildingContext context, JaxbHbmNamedNativeQueryType namedQueryBinding) static voidNamedQueryBinder.processNamedNativeQuery(HbmLocalMetadataBuildingContext context, JaxbHbmNamedNativeQueryType namedQueryBinding, String prefix) static voidNamedQueryBinder.processNamedQuery(HbmLocalMetadataBuildingContext context, JaxbHbmNamedQueryType namedQueryBinding) static voidNamedQueryBinder.processNamedQuery(HbmLocalMetadataBuildingContext context, JaxbHbmNamedQueryType namedQueryBinding, String prefix) static voidTypeDefinitionBinder.processTypeDefinition(HbmLocalMetadataBuildingContext context, JaxbHbmTypeDefinitionType typeDefinitionBinding) Handling for a<typedef/>declaration -
Uses of HbmLocalMetadataBuildingContext in org.hibernate.boot.query
Methods in org.hibernate.boot.query with parameters of type HbmLocalMetadataBuildingContextModifier and TypeMethodDescriptionImplicitHbmResultSetMappingDescriptorBuilder.build(HbmLocalMetadataBuildingContext context)