|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy<U,Set<U>> org.hibernate.envers.entities.mapper.relation.lazy.proxy.SetProxy<U>
public class SetProxy<U>
Field Summary |
---|
Fields inherited from class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy |
---|
delegate |
Constructor Summary | |
---|---|
SetProxy()
|
|
SetProxy(Initializor<Set<U>> initializor)
|
Method Summary |
---|
Methods inherited from class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy |
---|
add, addAll, checkInit, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Set |
---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Constructor Detail |
---|
public SetProxy()
public SetProxy(Initializor<Set<U>> initializor)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |