Overload List

  NameDescription
Public methodPersistentSet()()()()
Initializes a new instance of the PersistentSet class
Public methodPersistentSet(ISessionImplementor)
Constructor matching super. Instantiates a lazy set (the underlying set is un-initialized).
Public methodPersistentSet(ISessionImplementor, ISet)
Instantiates a non-lazy set (the underlying set is constructed from the incoming set reference).

See Also