Class CollectionProxy<U,T extends Collection<U>>

java.lang.Object
org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy<U,T>
All Implemented Interfaces:
Serializable, Iterable<U>, Collection<U>, LazyInitializable
Direct Known Subclasses:
ListProxy, SetProxy, SortedSetProxy

public abstract class CollectionProxy<U,T extends Collection<U>> extends Object implements Collection<U>, LazyInitializable, Serializable
See Also: