SessionMixingException Constructors
An exception that is thrown when a persistent object that belongs to a specific session is used within another session or refers to an object from another session.Name | Parameters | Description |
---|---|---|
SessionMixingException(Session, Object) | session, obj | Initializes a new instance of the SessionMixingException class. |
See Also