public class

Map

extends IndexedCollection
java.lang.Object
   ↳ org.hibernate.mapping.Collection
     ↳ org.hibernate.mapping.IndexedCollection
       ↳ org.hibernate.mapping.Map

Class Overview

A map has a primary key consisting of the key columns + index columns.

Summary

[Expand]
Inherited Constants
From class org.hibernate.mapping.IndexedCollection
From class org.hibernate.mapping.Collection
Public Constructors
Map(Mappings mappings, PersistentClass owner)
Public Methods
Object accept(ValueVisitor visitor)
void createAllKeys()
CollectionType getDefaultCollectionType()
boolean isMap()
[Expand]
Inherited Methods
From class org.hibernate.mapping.IndexedCollection
From class org.hibernate.mapping.Collection
From class java.lang.Object
From interface org.hibernate.mapping.Fetchable
From interface org.hibernate.mapping.Filterable
From interface org.hibernate.mapping.Value

Public Constructors

public Map (Mappings mappings, PersistentClass owner)

Public Methods

public Object accept (ValueVisitor visitor)

public void createAllKeys ()

public CollectionType getDefaultCollectionType ()

public boolean isMap ()