Class Set

All Implemented Interfaces:
Serializable, Fetchable, Filterable, SoftDeletable, Value

public class Set extends Collection
A mapping model object representing a collection of type List. A set has no nullable element columns (unless it is a one-to-many association). It has a primary key consisting of all columns (i.e. key columns + element columns).
See Also: