コード例 #1
0
 public User selectByPrimaryKey() {
   return userMapper.selectByPrimaryKey(1L);
 }
コード例 #2
0
 public List<User> findAll() {
   return userMapper.selectByExample(null);
 }