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.
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.