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 classManagedResourcesImpl -
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 ManagedResourcesMetadataBuildingProcess. 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 MetadataImplementorMetadataBuildingProcess. 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 ManagedResourcesEntityManagerFactoryBuilderImpl. 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 ManagedResourcesEntityManagerFactoryBuilder. getManagedResources()
-