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