public interface

Configurable

org.hibernate.exception.Configurable

Class Overview

The Configurable interface defines the contract for SQLExceptionConverter impls that want to be configured prior to usage given the currently defined Hibernate properties.

Summary

Public Methods
abstract void configure(Properties properties)
Configure the component, using the given settings and properties.

Public Methods

public abstract void configure (Properties properties)

Configure the component, using the given settings and properties.

Parameters
properties All defined startup properties.
Throws
HibernateException Indicates a configuration exception.