Uses of Class
org.hibernate.mapping.MetadataSource

Packages that use MetadataSource
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.mapping This package defines the Hibernate configuration-time metamodel. 
 

Uses of MetadataSource in org.hibernate.cfg
 

Methods in org.hibernate.cfg with parameters of type MetadataSource
 FetchProfile Mappings.findOrCreateFetchProfile(String name, MetadataSource source)
          Retrieves a fetch profile by either finding one currently in this repository matching the given name or by creating one (and adding it).
 FetchProfile Configuration.MappingsImpl.findOrCreateFetchProfile(String name, MetadataSource source)
           
 

Uses of MetadataSource in org.hibernate.mapping
 

Methods in org.hibernate.mapping that return MetadataSource
 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
FetchProfile(String name, MetadataSource source)
          Create a fetch profile representation.
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.