|
Why update using StatelessSession is checking foreignKeys. Is any way to stop it? I've problem nearly identical as
HHH-3482
, but i'm using version column instead timestamp. Calling session.getContextEntityIdentifier( object ) in ForeignKeys.getIdentitfierIfNotUnsaved method returns null against standard session. Next AbstractEntityPersister calls method getVersion, which throws exception because is called on proxy object.
Thanks for help.
|