Class CollectionPropertyContainerImpl<E>

Type Parameters:
E - the type of items in the collection
All Implemented Interfaces:
CollectionContainer<E>, CollectionPropertyContainer<E>, HasLoader, ItemPropertyChangeNotifier, InstanceContainer<E>, Nested

public class CollectionPropertyContainerImpl<E> extends CollectionContainerImpl<E> implements CollectionPropertyContainer<E>
Implementation of the CollectionPropertyContainer interface that manages a collection of entities as a property of a master entity.