📄️ add
creates a new database record
📄️ addBatch
Create multiple records in a transaction
📄️ get
Get a record by ID
📄️ getByUK
Get a record based on unique identifier
📄️ getBatch
📄️ getBatchByUK
📄️ select
Get paged, filtered and sorted multiple records
📄️ selectAll
Get all sorted records
📄️ set
Find and update a single record by primary key
📄️ setByUK
Find the primary key specified in the method name and update
📄️ setBatch
📄️ setBatchByUK
📄️ update
Update multiple records
📄️ del
Find and delete a single record by ID
📄️ delByUK
Find and delete a single record by ID
📄️ delBatch
📄️ delBatchByUK
📄️ delete
API delete
📄️ has
check existence of a record
📄️ hasByUK
check existence of a record
📄️ inc
📄️ incByUK
📄️ dec
📄️ decByUK
📄️ mul
📄️ mulByUK
📄️ div
📄️ divByUK
📄️ count
Count the number of rows