Class Set

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

public non-sealed 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), or a unique key if some element columns are nullable.
See Also: