Uses of Interface
org.hibernate.boot.model.process.spi.ManagedResources
Packages that use ManagedResources
Package
Description
Defines an SPI used during the process of transforming
mapping sources into
the
Metadata
reference.-
Uses of ManagedResources in org.hibernate.boot.model.process.internal
Classes in org.hibernate.boot.model.process.internal that implement ManagedResources -
Uses of ManagedResources in org.hibernate.boot.model.process.spi
Methods in org.hibernate.boot.model.process.spi that return ManagedResourcesModifier and TypeMethodDescriptionstatic ManagedResources
MetadataBuildingProcess.prepare
(MetadataSources sources, BootstrapContext bootstrapContext) First step of two-phase for MetadataSources to Metadata processMethods in org.hibernate.boot.model.process.spi with parameters of type ManagedResourcesModifier and TypeMethodDescriptionstatic MetadataImplementor
MetadataBuildingProcess.complete
(ManagedResources managedResources, BootstrapContext bootstrapContext, MetadataBuildingOptions options) Second step of two-phase for MetadataSources to Metadata processstatic void
MetadataBuildingProcess.coordinateProcessors
(ManagedResources managedResources, MetadataBuildingOptions options, MetadataBuildingContextRootImpl rootMetadataBuildingContext, DomainModelSource domainModelSource, InFlightMetadataCollectorImpl metadataCollector) static DomainModelSource
MetadataBuildingProcess.processManagedResources
(ManagedResources managedResources, InFlightMetadataCollector metadataCollector, BootstrapContext bootstrapContext, MappingDefaults optionDefaults) -
Uses of ManagedResources in org.hibernate.boot.model.source.internal.annotations
Classes in org.hibernate.boot.model.source.internal.annotations that implement ManagedResourcesMethods in org.hibernate.boot.model.source.internal.annotations that return ManagedResourcesConstructors in org.hibernate.boot.model.source.internal.annotations with parameters of type ManagedResourcesModifierConstructorDescriptionAnnotationMetadataSourceProcessorImpl
(ManagedResources managedResources, DomainModelSource domainModelSource, MetadataBuildingContextRootImpl rootMetadataBuildingContext) Normal constructor used while processing mapping sources -
Uses of ManagedResources in org.hibernate.boot.model.source.internal.hbm
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type ManagedResourcesModifierConstructorDescriptionHbmMetadataSourceProcessorImpl
(ManagedResources managedResources, MetadataBuildingContext rootBuildingContext) -
Uses of ManagedResources in org.hibernate.boot.models.xml.spi
Methods in org.hibernate.boot.models.xml.spi with parameters of type ManagedResourcesModifier and TypeMethodDescriptionstatic XmlPreProcessingResult
XmlPreProcessor.preProcessXmlResources
(ManagedResources managedResources, PersistenceUnitMetadata persistenceUnitMetadata) Build an XmlResources reference based on the givenmanagedResources
-
Uses of ManagedResources in org.hibernate.jpa.boot.internal
Methods in org.hibernate.jpa.boot.internal that return ManagedResources -
Uses of ManagedResources in org.hibernate.jpa.boot.spi
Methods in org.hibernate.jpa.boot.spi that return ManagedResources