domainObjectSet
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.