domainObjectSet

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

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

Return

The domain object set. Never returns null.

Since

5.5

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.