We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7f60c commit 68a609eCopy full SHA for 68a609e
README.md
@@ -29,7 +29,7 @@ Define a DAO interface:
29
@Dao(config = AppConfig.class)
30
public interface EmployeeDao {
31
@Select
32
- List<Employee> selectAll();
+ Employee selectById(Integer id);
33
@Update
34
int update(Employee employee);
35
}
0 commit comments