Annotation Interface SelectAll
Annotation to mark a method for selecting all records from an entity table.
This annotation is used in repository interfaces to specify that a method should retrieve all records from the corresponding entity's table.