SameTableNameException Constructors
An exception that is thrown when two persistent classes are mapped to the same table.Name | Parameters | Description |
---|---|---|
SameTableNameException(XPClassInfo, XPClassInfo) | firstClass, secondClass | Initializes a new instance of the SameTableNameException class. |
See Also