Uses of Class
org.hibernate.cfg.MetadataSourceType
-
Packages that use MetadataSourceType Package Description org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.spi org.hibernate.cfg -
-
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)Apply a specific ordering to the processing of sources. -
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)static MetadataSourceTypeMetadataSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static MetadataSourceType[]MetadataSourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-