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

Uses of Class org.hibernate.mapping.IndexedCollection (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


Uses of Class
org.hibernate.mapping.IndexedCollection

Packages that use IndexedCollection
org.hibernate.mapping This package defines the Hibernate configuration-time metamodel. 
 

Uses of IndexedCollection in org.hibernate.mapping
 

Subclasses of IndexedCollection in org.hibernate.mapping
 class Array
          An array mapping has a primary key consisting of the key columns + index column.
 class List
          A list mapping has a primary key consisting of the key columns + index column.
 class Map
          A map has a primary key consisting of the key columns + index columns.
 class PrimitiveArray
          A primitive array has a primary key consisting of the key columns + index column.