org.hibernate.exception.spi
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.
Method Summary |
void |
configure(Properties properties)
Configure the component, using the given settings and properties. |
configure
void configure(Properties properties)
throws HibernateException
- Configure the component, using the given settings and properties.
- Parameters:
properties
- All defined startup properties.
- Throws:
HibernateException
- Indicates a configuration exception.
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.