Uses of Class
org.hibernate.cfg.ConfigurationArtefactType

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

Uses of ConfigurationArtefactType in org.hibernate.cfg
 

Fields in org.hibernate.cfg declared as ConfigurationArtefactType
static ConfigurationArtefactType[] AnnotationConfiguration.DEFAULT_ARTEFACT_PROCESSING_ORDER
           
 

Methods in org.hibernate.cfg that return ConfigurationArtefactType
static ConfigurationArtefactType ConfigurationArtefactType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConfigurationArtefactType[] ConfigurationArtefactType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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