Example usage for Java org.hibernate DuplicateMappingException fields, constructors, methods, implement or subclass
The text is from its open source code.
DuplicateMappingException(String customMessage, Type type, String name) Creates a DuplicateMappingException using the given customMessage, type and name. | |
DuplicateMappingException(String customMessage, String type, String name) Creates a DuplicateMappingException using the given customMessage, type and name. |