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

Uses of Interface net.sf.hibernate.persister.SQLLoadable (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Uses of Interface
net.sf.hibernate.persister.SQLLoadable

Packages that use SQLLoadable
net.sf.hibernate.loader   
net.sf.hibernate.persister   
 

Uses of SQLLoadable in net.sf.hibernate.loader
 

Constructors in net.sf.hibernate.loader with parameters of type SQLLoadable
SQLLoader(String[] aliases, SQLLoadable[] persisters, SessionFactoryImplementor factory, String sqlQuery, Collection additionalQuerySpaces)
           
 

Uses of SQLLoadable in net.sf.hibernate.persister
 

Classes in net.sf.hibernate.persister that implement SQLLoadable
 class AbstractEntityPersister
          Superclass for built-in mapping strategies.
 class EntityPersister
          The default implementation of the ClassPersister interface.
 class NormalizedEntityPersister
          A ClassPersister implementing the normalized "table-per-subclass" mapping strategy.