Uses of Interface
org.hibernate.boot.model.process.spi.ManagedResources
-
Packages that use ManagedResources Package Description org.hibernate.boot.model.process.internal org.hibernate.boot.model.process.spi Defines an SPI used during the process of transforming mapping sources into theMetadata
reference.org.hibernate.boot.model.source.internal.annotations org.hibernate.boot.model.source.internal.hbm org.hibernate.jpa.boot.internal org.hibernate.jpa.boot.spi -
-
Uses of ManagedResources in org.hibernate.boot.model.process.internal
Classes in org.hibernate.boot.model.process.internal that implement ManagedResources Modifier and Type Class Description class
ManagedResourcesImpl
-
Uses of ManagedResources in org.hibernate.boot.model.process.spi
Methods in org.hibernate.boot.model.process.spi that return ManagedResources Modifier and Type Method Description static 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 ManagedResources Modifier and Type Method Description static MetadataImplementor
MetadataBuildingProcess. complete(ManagedResources managedResources, BootstrapContext bootstrapContext, MetadataBuildingOptions options)
Second step of two-phase for MetadataSources to Metadata process -
Uses of ManagedResources in org.hibernate.boot.model.source.internal.annotations
Constructors in org.hibernate.boot.model.source.internal.annotations with parameters of type ManagedResources Constructor Description AnnotationMetadataSourceProcessorImpl(ManagedResources managedResources, MetadataBuildingContextRootImpl rootMetadataBuildingContext, org.jboss.jandex.IndexView jandexView)
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 ManagedResources Constructor Description HbmMetadataSourceProcessorImpl(ManagedResources managedResources, MetadataBuildingContext rootBuildingContext)
-
Uses of ManagedResources in org.hibernate.jpa.boot.internal
Methods in org.hibernate.jpa.boot.internal that return ManagedResources Modifier and Type Method Description ManagedResources
EntityManagerFactoryBuilderImpl. getManagedResources()
-
Uses of ManagedResources in org.hibernate.jpa.boot.spi
Methods in org.hibernate.jpa.boot.spi that return ManagedResources Modifier and Type Method Description ManagedResources
EntityManagerFactoryBuilder. getManagedResources()
-