Overload List
Name | Description | |
---|---|---|
PersistentSet()()()() | Initializes a new instance of the PersistentSet class | |
PersistentSet(ISessionImplementor) |
Constructor matching super.
Instantiates a lazy set (the underlying set is un-initialized).
| |
PersistentSet(ISessionImplementor, ISet) |
Instantiates a non-lazy set (the underlying set is constructed
from the incoming set reference).
|