类 MetadataBuildingContextRootImpl
- java.lang.Object
-
- org.hibernate.boot.internal.MetadataBuildingContextRootImpl
-
- 所有已实现的接口:
MetadataBuildingContext
public class MetadataBuildingContextRootImpl extends Object implements MetadataBuildingContext
- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 MetadataBuildingContextRootImpl(BootstrapContext bootstrapContext, MetadataBuildingOptions options, InFlightMetadataCollector metadataCollector)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 BootstrapContextgetBootstrapContext()MetadataBuildingOptionsgetBuildingOptions()Access to the options specified by theMetadataBuilderClassLoaderAccessgetClassLoaderAccess()Provides access to ClassLoader services when needed during bindingMappingDefaultsgetMappingDefaults()Access to mapping defaults in effect for this contextInFlightMetadataCollectorgetMetadataCollector()Access to the collector of metadata as we build it.ObjectNameNormalizergetObjectNameNormalizer()Not sure how I feel about this exposed here
-
-
-
构造器详细资料
-
MetadataBuildingContextRootImpl
public MetadataBuildingContextRootImpl(BootstrapContext bootstrapContext, MetadataBuildingOptions options, InFlightMetadataCollector metadataCollector)
-
-
方法详细资料
-
getBootstrapContext
public BootstrapContext getBootstrapContext()
- 指定者:
getBootstrapContext在接口中MetadataBuildingContext
-
getBuildingOptions
public MetadataBuildingOptions getBuildingOptions()
从接口复制的说明:MetadataBuildingContextAccess to the options specified by theMetadataBuilder- 指定者:
getBuildingOptions在接口中MetadataBuildingContext- 返回:
- The options
-
getMappingDefaults
public MappingDefaults getMappingDefaults()
从接口复制的说明:MetadataBuildingContextAccess to mapping defaults in effect for this context- 指定者:
getMappingDefaults在接口中MetadataBuildingContext- 返回:
- The mapping defaults.
-
getMetadataCollector
public InFlightMetadataCollector getMetadataCollector()
从接口复制的说明:MetadataBuildingContextAccess to the collector of metadata as we build it.- 指定者:
getMetadataCollector在接口中MetadataBuildingContext- 返回:
- The metadata collector.
-
getClassLoaderAccess
public ClassLoaderAccess getClassLoaderAccess()
从接口复制的说明:MetadataBuildingContextProvides access to ClassLoader services when needed during binding- 指定者:
getClassLoaderAccess在接口中MetadataBuildingContext- 返回:
- The ClassLoaderAccess
-
getObjectNameNormalizer
public ObjectNameNormalizer getObjectNameNormalizer()
从接口复制的说明:MetadataBuildingContextNot sure how I feel about this exposed here- 指定者:
getObjectNameNormalizer在接口中MetadataBuildingContext- 返回:
- The ObjectNameNormalizer
-
-