接口 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.
    作者:
    Steve Ebersole
    • 方法详细资料

      • configure

        void configure​(Properties properties)
                throws HibernateException
        Configure the component, using the given settings and properties.
        参数:
        properties - All defined startup properties.
        抛出:
        HibernateException - Indicates a configuration exception.