接口的使用
org.hibernate.boot.spi.BootstrapContext
-
使用BootstrapContext的程序包 程序包 说明 org.hibernate.boot.internal org.hibernate.boot.model.process.internal org.hibernate.boot.model.process.spi org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.spi org.hibernate.cfg.annotations.reflection Defines the capability to merge mapping information from both annotations and orm.xml sources into a unified set of metadata in the Hibernate commons-annotations model.org.hibernate.tuple.component -
-
org.hibernate.boot.internal中BootstrapContext的使用
实现BootstrapContext的org.hibernate.boot.internal中的类 修饰符和类型 类 说明 classBootstrapContextImpl返回BootstrapContext的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 BootstrapContextInFlightMetadataCollectorImpl. getBootstrapContext()BootstrapContextMetadataBuilderImpl. getBootstrapContext()BootstrapContextMetadataBuildingContextRootImpl. getBootstrapContext()BootstrapContextMetadataImpl. getBootstrapContext() -
org.hibernate.boot.model.process.internal中BootstrapContext的使用
参数类型为BootstrapContext的org.hibernate.boot.model.process.internal中的方法 修饰符和类型 方法 说明 voidScanningCoordinator. applyScanResultsToManagedResources(ManagedResourcesImpl managedResources, ScanResult scanResult, BootstrapContext bootstrapContext, XmlMappingBinderAccess xmlMappingBinderAccess)static ManagedResourcesImplManagedResourcesImpl. baseline(MetadataSources sources, BootstrapContext bootstrapContext)voidScanningCoordinator. coordinateScan(ManagedResourcesImpl managedResources, BootstrapContext bootstrapContext, XmlMappingBinderAccess xmlMappingBinderAccess) -
org.hibernate.boot.model.process.spi中BootstrapContext的使用
参数类型为BootstrapContext的org.hibernate.boot.model.process.spi中的方法 修饰符和类型 方法 说明 static MetadataImplementorMetadataBuildingProcess. build(MetadataSources sources, BootstrapContext bootstrapContext, MetadataBuildingOptions options)Unified single phase for MetadataSources->Metadata processstatic MetadataImplementorMetadataBuildingProcess. complete(ManagedResources managedResources, BootstrapContext bootstrapContext, MetadataBuildingOptions options)Second step of 2-phase for MetadataSources->Metadata processstatic ManagedResourcesMetadataBuildingProcess. prepare(MetadataSources sources, BootstrapContext bootstrapContext)First step of 2-phase for MetadataSources->Metadata process -
org.hibernate.boot.model.source.internal.hbm中BootstrapContext的使用
返回BootstrapContext的org.hibernate.boot.model.source.internal.hbm中的方法 修饰符和类型 方法 说明 BootstrapContextMappingDocument. getBootstrapContext() -
org.hibernate.boot.spi中BootstrapContext的使用
返回BootstrapContext的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 BootstrapContextInFlightMetadataCollector. getBootstrapContext()BootstrapContextMetadataBuilderImplementor. getBootstrapContext()BootstrapContextMetadataBuildingContext. getBootstrapContext() -
org.hibernate.cfg.annotations.reflection中BootstrapContext的使用
参数类型为BootstrapContext的org.hibernate.cfg.annotations.reflection中的构造器 构造器 说明 JPAMetadataProvider(BootstrapContext bootstrapContext)JPAOverriddenAnnotationReader(AnnotatedElement el, XMLContext xmlContext, BootstrapContext bootstrapContext)XMLContext(BootstrapContext bootstrapContext) -
org.hibernate.tuple.component中BootstrapContext的使用
参数类型为BootstrapContext的org.hibernate.tuple.component中的构造器 构造器 说明 ComponentMetamodel(Component component, BootstrapContext bootstrapContext)ComponentTuplizerFactory(BootstrapContext bootstrapContext)
-