You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lock/Unlock to implement serializable transaction.
BeginTransaction now accepts transactionConfigBuilder, now the timeout for the transaction can be configured.
Transaction can now be committed or rolled back manually
Add info about PropertyCaseConverter. If the case is converted to Snake_Case, it can happen that the mapping not be possible. The CaseConverter only is applied for the TypedActions. It is not part of the Anonymous feature.
Document timestamps. CreatedOn/ModifiedOn
KeepHistory flag in RelationConfiguration
Explicit archiving can now archive either the startNode only, edged or all (except the end matched nodes)
The text was updated successfully, but these errors were encountered:
Points to be documented:
transactionConfigBuilder
, now the timeout for the transaction can be configured.TypedActions
. It is not part of theAnonymous
feature.The text was updated successfully, but these errors were encountered: