收集关于hibernate的不足

来源:互联网 发布:淘宝评价置顶规则 编辑:程序博客网 时间:2024/04/29 16:04

Kauklahti FAQ

Why should I use Kauklahti instead of JPA implementation / Hibernate?

You might want to consider using Kauklahti, if you feel your current ORM solution:

  • is hard to configure
  • depends on too many external libraries with exact versions
  • requires mapping annotations that mess your code
  • requires xml that is error-prone and tedious
  • lacks possiblility to change mapping hierarcies dynamically
  • generates too many single queries
  • causes lot of performance bottle necks
  • requires lot of tuning after bad configurations
  • gives you lazy fetching and library specific collections when you don't need it
  • offers all kinds of features you don't need and you would appreciate simpler solution
原创粉丝点击