java.lang.Object
org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy<U,SortedSet<U>>
org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedSetProxy<U>
All Implemented Interfaces:
Serializable, Iterable<U>, Collection<U>, Set<U>, SortedSet<U>, org.hibernate.collection.spi.LazyInitializable

public class SortedSetProxy<U> extends CollectionProxy<U,SortedSet<U>> implements SortedSet<U>
See Also: