Java org.hibernate DuplicateMappingException fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate DuplicateMappingException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate DuplicateMappingException.

The text is from its open source code.

Constructor

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.