public interface MetadataBuildingOptions
MetadataBuilder.build() processing).StandardServiceRegistry getServiceRegistry()
MappingDefaults getMappingDefaults()
List<BasicTypeRegistration> getBasicTypeRegistrations()
MetadataBuilder.applyBasicType(org.hibernate.type.BasicType)MetadataBuilder.applyBasicType(org.hibernate.type.BasicType, String[])MetadataBuilder.applyBasicType(org.hibernate.usertype.UserType, java.lang.String[])MetadataBuilder.applyBasicType(org.hibernate.usertype.CompositeUserType, java.lang.String[])@Deprecated org.hibernate.annotations.common.reflection.ReflectionManager getReflectionManager()
BootstrapContext.getReflectionManager() instead,
The plan is to remove first getReflectionManager()
keeping BootstrapContext.getReflectionManager() till the migration from
Hibernate Commons Annotations to Jandex.@Deprecated org.jboss.jandex.IndexView getJandexView()
BootstrapContext.getJandexView() instead.MetadataBuilder.applyIndexView(org.jboss.jandex.IndexView), if any.@Deprecated ScanOptions getScanOptions()
BootstrapContext.getScanOptions() instead.@Deprecated ScanEnvironment getScanEnvironment()
BootstrapContext.getScanEnvironment() instead.ScanEnvironment@Deprecated Object getScanner()
BootstrapContext.getScanner() instead.@Deprecated ArchiveDescriptorFactory getArchiveDescriptorFactory()
BootstrapContext.getArchiveDescriptorFactory() instead.@Deprecated ClassLoader getTempClassLoader()
BootstrapContext.getJpaTempClassLoader() instead.PersistenceUnitInfo.getNewTempClassLoader(), if any.ImplicitNamingStrategy getImplicitNamingStrategy()
PhysicalNamingStrategy getPhysicalNamingStrategy()
SharedCacheMode getSharedCacheMode()
AccessType getImplicitCacheAccessType()
MultiTenancyStrategy getMultiTenancyStrategy()
IdGeneratorStrategyInterpreter getIdGenerationTypeInterpreter()
@Deprecated List<CacheRegionDefinition> getCacheRegionDefinitions()
BootstrapContext.getClassmateContext() instead.boolean ignoreExplicitDiscriminatorsForJoinedInheritance()
true indicates they should be ignored; false
indicates they should not be ignored.MetadataBuilder.enableExplicitDiscriminatorsForJoinedSubclassSupport(boolean),
AvailableSettings.IGNORE_EXPLICIT_DISCRIMINATOR_COLUMNS_FOR_JOINED_SUBCLASSboolean createImplicitDiscriminatorsForJoinedInheritance()
true indicates we should do discrimination; false we should not.MetadataBuilder.enableImplicitDiscriminatorsForJoinedSubclassSupport(boolean),
AvailableSettings.IMPLICIT_DISCRIMINATOR_COLUMNS_FOR_JOINED_SUBCLASSboolean shouldImplicitlyForceDiscriminatorInSelect()
true indicates we should force the discriminator in selects for any mappings
which do not say explicitly.AvailableSettings.FORCE_DISCRIMINATOR_IN_SELECTS_BY_DEFAULTboolean useNationalizedCharacterData()
true if nationalized character data should be used by default; false otherwise.MetadataBuilder.enableGlobalNationalizedCharacterDataSupport(boolean),
AvailableSettings.USE_NATIONALIZED_CHARACTER_DATAboolean isSpecjProprietarySyntaxEnabled()
boolean isNoConstraintByDefault()
true if not create constraint by default; false otherwise.ConstraintMode.PROVIDER_DEFAULT,
org.hibernate.cfg.AvailableSettings#DEFAULT_CONSTRAINT_MODEList<MetadataSourceType> getSourceProcessOrdering()
default String getSchemaCharset()
default boolean isXmlMappingEnabled()
@Deprecated Map<String,SQLFunction> getSqlFunctions()
BootstrapContext.getSqlFunctions() instead.@Deprecated List<AuxiliaryDatabaseObject> getAuxiliaryDatabaseObjectList()
BootstrapContext.getAuxiliaryDatabaseObjectList() instead.@Deprecated List<AttributeConverterInfo> getAttributeConverters()
BootstrapContext.getAttributeConverters() insteadCopyright © 2001-2022 Red Hat, Inc. All Rights Reserved.