MyBatis小抄

持续更新中。

  • Every MyBatis application centers around an instance of SqlSessionFactory
  • A cleaner approch to excecuting SQL commands : using an interface that describes the parameters and return value for a given statement(cleaner, more type safe, without error prone string literals and casting)
  • Mapped SQL statements
  • One SqlSessionFactory instance per database
上一篇:nancy中的诊断功能面板1


下一篇:如何通过js获取iframe框架中的内容