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 theMetadatareference.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 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 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 MetadataImplementorMetadataBuildingProcess. 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 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()
-