接口 MetadataBuilderImplementor
-
- 所有超级接口:
MetadataBuilder
public interface MetadataBuilderImplementor extends MetadataBuilder
Internal API for MetadataBuilder exposing the building options being collected.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 BootstrapContextgetBootstrapContext()MetadataBuildingOptionsgetMetadataBuildingOptions()Get the options being collected on this MetadataBuilder that will ultimately be used in building the Metadata.-
从接口继承的方法 org.hibernate.boot.MetadataBuilder
applyAccessType, applyArchiveDescriptorFactory, applyAttributeConverter, applyAttributeConverter, applyAttributeConverter, applyAttributeConverter, applyAttributeConverter, applyAuxiliaryDatabaseObject, applyBasicType, applyBasicType, applyBasicType, applyBasicType, applyCacheRegionDefinition, applyIdGenerationTypeInterpreter, applyImplicitCatalogName, applyImplicitNamingStrategy, applyImplicitSchemaName, applyIndexView, applyPhysicalNamingStrategy, applyScanEnvironment, applyScanner, applyScanOptions, applySharedCacheMode, applySourceProcessOrdering, applySqlFunction, applyTempClassLoader, applyTypes, build, enableExplicitDiscriminatorsForJoinedSubclassSupport, enableGlobalNationalizedCharacterDataSupport, enableImplicitDiscriminatorsForJoinedSubclassSupport, enableImplicitForcingOfDiscriminatorsInSelect, enableNewIdentifierGeneratorSupport, unwrap
-
-
-
-
方法详细资料
-
getBootstrapContext
BootstrapContext getBootstrapContext()
-
getMetadataBuildingOptions
MetadataBuildingOptions getMetadataBuildingOptions()
Get the options being collected on this MetadataBuilder that will ultimately be used in building the Metadata.- 返回:
- The current building options
-
-