BatchQueryItem
The BatchQueryItem
annotation is useful to indicate an object which its scope is the support to handle the data and manipulate them during the batch operations
// not mandatory
description= """
Informative description about the scope of the this item, such the operation where is used what data are
manipulated, etc...
""" // suggested text block
)
public class SimpleItem {
private final String id;
private final String ownedEntityId;
... rest of the item ...
}
Content copied to clipboard
Author
N7ghtm4r3 - Tecknobit
Since
1.0.8