public class

IdentifierBag

extends IdentifierCollection
java.lang.Object
   ↳ org.hibernate.mapping.Collection
     ↳ org.hibernate.mapping.IdentifierCollection
       ↳ org.hibernate.mapping.IdentifierBag

Class Overview

An IdentifierBag has a primary key consisting of just the identifier column

Summary

[Expand]
Inherited Constants
From class org.hibernate.mapping.IdentifierCollection
From class org.hibernate.mapping.Collection
Public Constructors
IdentifierBag(Mappings mappings, PersistentClass owner)
Public Methods
Object accept(ValueVisitor visitor)
CollectionType getDefaultCollectionType()
[Expand]
Inherited Methods
From class org.hibernate.mapping.IdentifierCollection
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 IdentifierBag (Mappings mappings, PersistentClass owner)

Public Methods

public Object accept (ValueVisitor visitor)

public CollectionType getDefaultCollectionType ()