Uses of Class
org.hibernate.DuplicateMappingException.Type

Packages that use DuplicateMappingException.Type
org.hibernate This package defines the central Hibernate APIs. 
 

Uses of DuplicateMappingException.Type in org.hibernate
 

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

Constructors in org.hibernate with parameters of type DuplicateMappingException.Type
DuplicateMappingException(DuplicateMappingException.Type type, String name)
           
DuplicateMappingException(String customMessage, DuplicateMappingException.Type type, String name)
           
 



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