Package org.hibernate.exception.spi
Class AbstractSQLExceptionConversionDelegate
- java.lang.Object
-
- org.hibernate.exception.spi.AbstractSQLExceptionConversionDelegate
-
- All Implemented Interfaces:
SQLExceptionConversionDelegate
- Direct Known Subclasses:
SQLExceptionTypeDelegate
,SQLStateConversionDelegate
public abstract class AbstractSQLExceptionConversionDelegate extends Object implements SQLExceptionConversionDelegate
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractSQLExceptionConversionDelegate(ConversionContext conversionContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ConversionContext
getConversionContext()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.exception.spi.SQLExceptionConversionDelegate
convert
-
-
-
-
Constructor Detail
-
AbstractSQLExceptionConversionDelegate
protected AbstractSQLExceptionConversionDelegate(ConversionContext conversionContext)
-
-
Method Detail
-
getConversionContext
protected ConversionContext getConversionContext()
-
-