named Domain Object Set
Creates a new NamedDomainObjectSet for managing named objects of the specified type.
All objects MUST expose their name as a bean property called "name". The name must be constant for the life of the object.
Return
The domain object set.
Since
6.1
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.