org.hibernate
Class DuplicateMappingException
- Nestable
public class DuplicateMappingException
Raised whenever a duplicate for a certain type occurs.
Duplicate class, table, property name etc.
getCause , getMessage , getMessage , getMessages , getThrowable , getThrowableCount , getThrowables , indexOfThrowable , indexOfThrowable , printPartialStackTrace , printStackTrace , printStackTrace , printStackTrace |
DuplicateMappingException
public DuplicateMappingException(String type,
String name)
DuplicateMappingException
public DuplicateMappingException(String customMessage,
String type,
String name)
getName
public String getName()
getType
public String getType()