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

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


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

Packages that use Joinable
net.sf.hibernate.collection   
net.sf.hibernate.persister   
net.sf.hibernate.type   
 

Uses of Joinable in net.sf.hibernate.collection
 

Subinterfaces of Joinable in net.sf.hibernate.collection
 interface QueryableCollection
          A collection role that may be queried or loaded by outer join.
 

Classes in net.sf.hibernate.collection that implement Joinable
 class AbstractCollectionPersister
          Base implementation of the QueryableCollection interface.
 class BasicCollectionPersister
          Collection persister for collections of values and many-to-many associations.
 class OneToManyPersister
          Collection persister for one-to-many associations.
 

Uses of Joinable in net.sf.hibernate.persister
 

Subinterfaces of Joinable in net.sf.hibernate.persister
 interface OuterJoinLoadable
          A ClassPersister that may be loaded by outer join using the OuterJoinLoader hierarchy and may be an element of a one-to-many association.
 interface Queryable
          Extends the generic ClassPersister contract to add operations required by the Hibernate Query Language
 

Classes in net.sf.hibernate.persister that implement Joinable
 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.
 

Uses of Joinable in net.sf.hibernate.type
 

Methods in net.sf.hibernate.type that return Joinable
 Joinable PersistentCollectionType.getJoinable(SessionFactoryImplementor factory)
           
 Joinable ObjectType.getJoinable(SessionFactoryImplementor factory)
           
 Joinable EntityType.getJoinable(SessionFactoryImplementor factory)
           
 Joinable AssociationType.getJoinable(SessionFactoryImplementor factory)
          Get the "persister" for this association - a class or collection persister