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

net.sf.hibernate.cfg (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Package net.sf.hibernate.cfg

Interface Summary
NamingStrategy A set of rules for determining the physical column and table names given the information in the mapping document.
 

Class Summary
Configuration An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory.
DefaultNamingStrategy The default NamingStrategy
Environment Provides access to configuration info passed in Properties objects.
ImprovedNamingStrategy An improved naming strategy that prefers embedded underscores to mixed case names
Mappings A collection of mappings from classes and collections to relational database tables.
Settings Settings that affect the behaviour of Hibernate at runtime.
SettingsFactory Reads configuration properties and configures a Settings instance.