FileDocCategorySizeDatePackage
Configurable.javaAPI DocHibernate 3.2.5827Thu Nov 11 13:57:28 GMT 2004org.hibernate.exception

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.
author
Steve Ebersole

Fields Summary
Constructors Summary
Methods Summary
public voidconfigure(java.util.Properties properties)
Configure the component, using the given settings and properties.

param
properties All defined startup properties.
throws
HibernateException Indicates a configuration exception.