Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
DuplicateMappingException(DuplicateMappingException.Type type,
String name)
Creates a DuplicateMappingException using the given type and name.
|
DuplicateMappingException(String customMessage,
DuplicateMappingException.Type type,
String name)
Creates a DuplicateMappingException using the given customMessage, type and name.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.