domainObjectSet

abstract fun <T> domainObjectSet(elementType: Class<T>): DomainObjectSet<T>

Creates a new DomainObjectSet for managing objects of the specified type.

Return

The domain object set. Never returns null.

Parameters

elementType

The type of objects for the domain object set to contain.

<T>

The type of objects for the domain object set to contain.