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

SettingsFactory (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


net.sf.hibernate.cfg
Class SettingsFactory

java.lang.Object
  extended bynet.sf.hibernate.cfg.SettingsFactory

public final class SettingsFactory
extends Object

Reads configuration properties and configures a Settings instance.

Author:
Gavin King

Method Summary
static Settings buildSettings(Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

buildSettings

public static Settings buildSettings(Properties properties)
                              throws HibernateException
Throws:
HibernateException