domain Object Set
Creates a new DomainObjectSet for managing objects of the specified type.
Return
The domain object set. Never returns null.
Since
5.5
Parameters
element Type
The type of objects for the domain object set to contain.
<T>
The type of objects for the domain object set to contain.