public final enum

MetadataSourceType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.hibernate.cfg.MetadataSourceType

Class Overview

Enumeration of the types of sources of mapping metadata

Summary

Enum Values
MetadataSourceType  CLASS  Indicates metadata coming from either annotations, orx.xml or a combination of the two. 
MetadataSourceType  HBM  Indicates metadata coming from hbm.xml files  
Public Methods
String toString()
static MetadataSourceType valueOf(String name)
final static MetadataSourceType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final MetadataSourceType CLASS

Indicates metadata coming from either annotations, orx.xml or a combination of the two.

public static final MetadataSourceType HBM

Indicates metadata coming from hbm.xml files

Public Methods

public String toString ()

public static MetadataSourceType valueOf (String name)

public static final MetadataSourceType[] values ()