Changes

Jump to navigation Jump to search
118 bytes removed ,  18:52, 18 November 2020
no edit summary
* The namespace of the function name identifies the Java class.
* The local part of the name, which is rewritten to camel case, identifies a variable or function of that class.
* The middle dot character <code>[httphttps://www.fileformat.info/info/unicode/char/b7/index.htm ·]</code> (&amp;#xB7;, a valid character in XQuery names, but not in Java) can be used to append exact Java parameter types to the function name. Class types must be referenced by their full path.
{| class="wikitable"
==Updates==
 
{{Mark|Introduced with Version 9.4.}}
The {{Code|@Updating}} annotation can be applied to mark Java functions that perform write or update operations:
==Locking==
 
{{Mark|Updated with Version 9.4:}} Single annotation for read and write locks.
By default, a Java function will be executed in parallel with other code. If a Java function performs sensitive operations, it is advisable to explicitly lock the code.
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu