| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Fetchable | |
|---|---|
| org.hibernate.mapping | This package defines the Hibernate configuration-time metamodel. | 
| Uses of Fetchable in org.hibernate.mapping | 
|---|
| Classes in org.hibernate.mapping that implement Fetchable | |
|---|---|
|  class | ArrayAn array mapping has a primary key consisting of the key columns + index column. | 
|  class | BagA bag permits duplicates, so it has no primary key | 
|  class | CollectionMapping for a collection. | 
|  class | IdentifierBagAn IdentifierBag has a primary key consisting of just the identifier column | 
|  class | IdentifierCollectionA collection with a synthetic "identifier" column | 
|  class | IndexedCollectionIndexed collections include Lists, Maps, arrays and primitive arrays. | 
|  class | ListA list mapping has a primary key consisting of the key columns + index column. | 
|  class | ManyToOneA many-to-one association mapping | 
|  class | MapA map has a primary key consisting of the key columns + index columns. | 
|  class | OneToOneA one-to-one association mapping | 
|  class | PrimitiveArrayA primitive array has a primary key consisting of the key columns + index column. | 
|  class | SetA set with no nullable element columns. | 
|  class | ToOneA simple-point association (ie. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||