Uses of Interface
org.hibernate.boot.model.process.spi.ManagedResources
-
-
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 2-phase for MetadataSources->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 2-phase for MetadataSources->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)
-
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()
-