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 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_SUBCLASS
boolean createImplicitDiscriminatorsForJoinedInheritance()
true
indicates we should do discrimination; false
we should not.MetadataBuilder.enableImplicitDiscriminatorsForJoinedSubclassSupport(boolean)
,
AvailableSettings.IMPLICIT_DISCRIMINATOR_COLUMNS_FOR_JOINED_SUBCLASS
boolean shouldImplicitlyForceDiscriminatorInSelect()
true
indicates we should force the discriminator in selects for any mappings
which do not say explicitly.AvailableSettings.FORCE_DISCRIMINATOR_IN_SELECTS_BY_DEFAULT
boolean useNationalizedCharacterData()
true
if nationalized character data should be used by default; false
otherwise.MetadataBuilder.enableGlobalNationalizedCharacterDataSupport(boolean)
,
AvailableSettings.USE_NATIONALIZED_CHARACTER_DATA
boolean isSpecjProprietarySyntaxEnabled()
List<MetadataSourceType> getSourceProcessOrdering()
default String getSchemaCharset()
@Deprecated Map<String,SQLFunction> getSqlFunctions()
BootstrapContext.getSqlFunctions()
instead.@Deprecated List<AuxiliaryDatabaseObject> getAuxiliaryDatabaseObjectList()
BootstrapContext.getAuxiliaryDatabaseObjectList()
instead.@Deprecated List<AttributeConverterInfo> getAttributeConverters()
BootstrapContext.getAttributeConverters()
insteadCopyright © 2019 JBoss by Red Hat. All rights reserved.