public class

Bag

extends Collection
java.lang.Object
   ↳ org.hibernate.mapping.Collection
     ↳ org.hibernate.mapping.Bag

Class Overview

A bag permits duplicates, so it has no primary key

Summary

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

Public Methods

public Object accept (ValueVisitor visitor)

public CollectionType getDefaultCollectionType ()