📄️ 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