Uses of Class
org.hibernate.cfg.MetadataSourceType
-
Packages that use MetadataSourceType Package Description org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.cfg This package defines APIs for configuring Hibernate. -
-
Uses of MetadataSourceType in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type MetadataSourceType Modifier and Type Method Description MetadataBuilderMetadataBuilder. applySourceProcessOrdering(MetadataSourceType... sourceTypes)Deprecated, for removal: This API element is subject to removal in a future version.hbm.xmlmappings are no longer supported, making this irrelevant -
Uses of MetadataSourceType in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return types with arguments of type MetadataSourceType Modifier and Type Method Description List<MetadataSourceType>AbstractDelegatingMetadataBuildingOptions. getSourceProcessOrdering()List<MetadataSourceType>MetadataBuildingOptions. getSourceProcessOrdering()Retrieve the ordering in which sources should be processed.Methods in org.hibernate.boot.spi with parameters of type MetadataSourceType Modifier and Type Method Description MetadataBuilderAbstractDelegatingMetadataBuilderImplementor. applySourceProcessOrdering(MetadataSourceType... sourceTypes) -
Uses of MetadataSourceType in org.hibernate.cfg
Methods in org.hibernate.cfg that return MetadataSourceType Modifier and Type Method Description static MetadataSourceTypeMetadataSourceType. parsePrecedence(String value)Deprecated, for removal: This API element is subject to removal in a future version.static MetadataSourceTypeMetadataSourceType. valueOf(String name)Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this type 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 type, in the order they are declared.
-