Repository
Ksearch provides a special class called Repository
that has generic methods already programmed with the basic CRUD operations that act on a specific entity in the database.
Each Repository
is associated with only one database table and its operations will apply to that particular table.