Uses of Enum Class
org.hibernate.mapping.MetadataSource
Packages that use MetadataSource
Package
Description
This package defines the Hibernate configuration-time mapping model.
-
Uses of MetadataSource in org.hibernate.mapping
Methods in org.hibernate.mapping that return MetadataSourceModifier and TypeMethodDescriptionFetchProfile.getSource()
Retrieve the fetch profile source.static MetadataSource
Returns the enum constant of this class with the specified name.static MetadataSource[]
MetadataSource.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.hibernate.mapping with parameters of type MetadataSourceModifierConstructorDescriptionFetchProfile
(String name, MetadataSource source) Create a fetch profile representation.