Package org.hibernate.boot.spi
Interface MetadataBuilderImplementor
-
- All Superinterfaces:
MetadataBuilder
- All Known Implementing Classes:
AbstractDelegatingMetadataBuilderImplementor
,MetadataBuilderImpl
public interface MetadataBuilderImplementor extends MetadataBuilder
Internal API forMetadataBuilder
exposing the building options being collected.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BootstrapContext
getBootstrapContext()
MetadataBuildingOptions
getMetadataBuildingOptions()
Get 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, applySourceProcessOrdering, applySqlFunction, applyTempClassLoader, applyTypes, build, enableExplicitDiscriminatorsForJoinedSubclassSupport, enableGlobalNationalizedCharacterDataSupport, enableImplicitDiscriminatorsForJoinedSubclassSupport, enableImplicitForcingOfDiscriminatorsInSelect
-
-
-
-
Method Detail
-
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
-
-