Annotation Interface SelectAll


@Documented @Retention(RUNTIME) @Target(METHOD) public @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.