接口的使用
org.hibernate.boot.spi.InFlightMetadataCollector
-
使用InFlightMetadataCollector的程序包 程序包 说明 org.hibernate.boot.internal org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.spi -
-
org.hibernate.boot.internal中InFlightMetadataCollector的使用
实现InFlightMetadataCollector的org.hibernate.boot.internal中的类 修饰符和类型 类 说明 classInFlightMetadataCollectorImplThe implementation of the in-flight Metadata collector contract.返回InFlightMetadataCollector的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 InFlightMetadataCollectorMetadataBuildingContextRootImpl. getMetadataCollector()参数类型为InFlightMetadataCollector的org.hibernate.boot.internal中的构造器 构造器 说明 MetadataBuildingContextRootImpl(BootstrapContext bootstrapContext, MetadataBuildingOptions options, InFlightMetadataCollector metadataCollector) -
org.hibernate.boot.model.source.internal.hbm中InFlightMetadataCollector的使用
返回InFlightMetadataCollector的org.hibernate.boot.model.source.internal.hbm中的方法 修饰符和类型 方法 说明 InFlightMetadataCollectorMappingDocument. getMetadataCollector()参数类型为InFlightMetadataCollector的org.hibernate.boot.model.source.internal.hbm中的方法 修饰符和类型 方法 说明 voidModelBinder.DelayedPropertyReferenceHandlerImpl. process(InFlightMetadataCollector metadataCollector) -
org.hibernate.boot.spi中InFlightMetadataCollector的使用
返回InFlightMetadataCollector的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 InFlightMetadataCollectorMetadataBuildingContext. getMetadataCollector()Access to the collector of metadata as we build it.参数类型为InFlightMetadataCollector的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 voidMetadataContributor. contribute(InFlightMetadataCollector metadataCollector, org.jboss.jandex.IndexView jandexIndex)Perform the contributions.voidInFlightMetadataCollector.DelayedPropertyReferenceHandler. process(InFlightMetadataCollector metadataCollector)
-