Package org.hibernate.boot.spi
Interface MetadataBuilderImplementor
- All Superinterfaces:
MetadataBuilder
- All Known Implementing Classes:
AbstractDelegatingMetadataBuilderImplementor
,MetadataBuilderImpl
Internal API for
MetadataBuilder
exposing the building options being collected.-
Method Summary
Modifier and TypeMethodDescriptionGet the options being collected on this MetadataBuilder that will ultimately be used in building the Metadata.Methods inherited from interface org.hibernate.boot.MetadataBuilder
applyAccessType, applyArchiveDescriptorFactory, applyAttributeConverter, applyAttributeConverter, applyAttributeConverter, applyAttributeConverter, applyAttributeConverter, applyAuxiliaryDatabaseObject, applyBasicType, applyBasicType, applyBasicType, applyCacheRegionDefinition, applyColumnOrderingStrategy, applyFunctions, applyImplicitCatalogName, applyImplicitListSemantics, applyImplicitNamingStrategy, applyImplicitSchemaName, applyIndexView, applyPhysicalNamingStrategy, applyScanEnvironment, applyScanner, applyScanOptions, applySharedCacheMode, applySqlFunction, applyTempClassLoader, applyTypes, build, enableExplicitDiscriminatorsForJoinedSubclassSupport, enableGlobalNationalizedCharacterDataSupport, enableImplicitDiscriminatorsForJoinedSubclassSupport, enableImplicitForcingOfDiscriminatorsInSelect
-
Method Details
-
getBootstrapContext
BootstrapContext getBootstrapContext() -
getMetadataBuildingOptions
MetadataBuildingOptions getMetadataBuildingOptions()Get the options being collected on this MetadataBuilder that will ultimately be used in building the Metadata.- Returns:
- The current building options
-