站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

Configurable (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


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.

Author:
Steve Ebersole

Method Summary
 void configure(Properties properties)
          Configure the component, using the given settings and properties.
 

Method Detail

configure

public 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.