org.hibernate.exception
Interface Configurable
public interface Configurable
The Configurable interface defines the contract for SQLExceptionConverter impls that
want to be configured prior to usage given the currently defined Hibernate properties.
void | configure(Properties properties) - Configure the component, using the given settings and properties.
|
configure
public void configure(Properties properties)
throws HibernateException
Configure the component, using the given settings and properties.
properties
- All defined startup properties.