Class SetProxy<U>
java.lang.Object
org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy<U,Set<U>>
org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SetProxy<U>
- All Implemented Interfaces:
Serializable, Iterable<U>, Collection<U>, Set<U>, org.hibernate.collection.spi.LazyInitializable
- See Also:
-
Field Summary
Fields inherited from class CollectionProxy
delegate -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CollectionProxy
add, addAll, checkInit, clear, contains, containsAll, equals, forceInitialization, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString, wasInitializedMethods inherited from interface Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
SetProxy
public SetProxy() -
SetProxy
-