Configurablepublic 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. |
Methods Summary |
---|
public void | configure(java.util.Properties properties)Configure the component, using the given settings and properties.
|
|