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

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


Uses of Package
net.sf.hibernate.cfg

Packages that use net.sf.hibernate.cfg
net.sf.hibernate.cfg   
net.sf.hibernate.collection   
net.sf.hibernate.impl   
net.sf.hibernate.persister   
net.sf.hibernate.tool.hbm2ddl   
 

Classes in net.sf.hibernate.cfg used by net.sf.hibernate.cfg
Configuration
          An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory.
Mappings
          A collection of mappings from classes and collections to relational database tables.
NamingStrategy
          A set of rules for determining the physical column and table names given the information in the mapping document.
Settings
          Settings that affect the behaviour of Hibernate at runtime.
 

Classes in net.sf.hibernate.cfg used by net.sf.hibernate.collection
Configuration
          An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory.
 

Classes in net.sf.hibernate.cfg used by net.sf.hibernate.impl
Configuration
          An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory.
Settings
          Settings that affect the behaviour of Hibernate at runtime.
 

Classes in net.sf.hibernate.cfg used by net.sf.hibernate.persister
Configuration
          An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory.
 

Classes in net.sf.hibernate.cfg used by net.sf.hibernate.tool.hbm2ddl
Configuration
          An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory.