Uses of Class
org.hibernate.cfg.MetadataSourceType

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

Uses of MetadataSourceType in org.hibernate.cfg
 

Fields in org.hibernate.cfg declared as MetadataSourceType
static MetadataSourceType[] Configuration.DEFAULT_ARTEFACT_PROCESSING_ORDER
           
 

Methods in org.hibernate.cfg that return MetadataSourceType
static MetadataSourceType MetadataSourceType.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.
 

Method parameters in org.hibernate.cfg with type arguments of type MetadataSourceType
protected  void Configuration.MetadataSourceQueue.processMetadata(List<MetadataSourceType> order)
           
 



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