public class

Set

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

Class Overview

A set with no nullable element columns. It will have a primary key consisting of all table columns (ie. key columns + element columns).

Summary

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

Public Methods

public Object accept (ValueVisitor visitor)

public CollectionType getDefaultCollectionType ()

public boolean isSet ()

public void validate (Mapping mapping)