Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the code above we can invoke the iBatis statement selectAccountById and the IN body should contain the account id we want to retrieve, such as an Integer type.

We can do the same for some of the other operations, such as QueryForList:

...