Uses of Enum Class
org.hibernate.cfg.MetadataSourceType
Packages that use MetadataSourceType
Package
Description
This package contains the interfaces that make up the bootstrap API
for Hibernate.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines APIs for configuring Hibernate.
-
Uses of MetadataSourceType in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type MetadataSourceTypeModifier and TypeMethodDescriptionMetadataBuilder.applySourceProcessOrdering(MetadataSourceType... sourceTypes) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of MetadataSourceType in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return types with arguments of type MetadataSourceTypeModifier and TypeMethodDescriptionMetadataBuilderImpl.MetadataBuildingOptionsImpl.getSourceProcessOrdering()Methods in org.hibernate.boot.internal with parameters of type MetadataSourceTypeModifier and TypeMethodDescriptionMetadataBuilderImpl.applySourceProcessOrdering(MetadataSourceType... sourceTypes) Deprecated. -
Uses of MetadataSourceType in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return types with arguments of type MetadataSourceTypeModifier and TypeMethodDescriptionAbstractDelegatingMetadataBuildingOptions.getSourceProcessOrdering()MetadataBuildingOptions.getSourceProcessOrdering()Retrieve the ordering in which sources should be processed.Methods in org.hibernate.boot.spi with parameters of type MetadataSourceTypeModifier and TypeMethodDescriptionAbstractDelegatingMetadataBuilderImplementor.applySourceProcessOrdering(MetadataSourceType... sourceTypes) -
Uses of MetadataSourceType in org.hibernate.cfg
Methods in org.hibernate.cfg that return MetadataSourceTypeModifier and TypeMethodDescriptionstatic MetadataSourceTypeMetadataSourceType.parsePrecedence(String value) Deprecated, for removal: This API element is subject to removal in a future version.static MetadataSourceTypeDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static MetadataSourceType[]MetadataSourceType.values()Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared.
hbm.xmlmappings are no longer supported, making this irrelevant