`
sakakokiya
  • 浏览: 491361 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

 Hibernate 3 - Inheritance Strategies

阅读更多
Table per concrete class Questions in this category test your knowledge on
  • how to map a polymorphic association
  • the SQL generated if a polymorphic query is issued
Table per concrete class with UNION Questions in this category test your knowledge on :
  • your ability to detect if a given DB schema can be mapped using this strategy
  • mapping element to use : <union-subclass> and their allowed content
  • id strategy constraints
  • how to map a polymorphic association
  • what is the SQL generated if a polymorphic query is issued
Table per subclass with discriminator strategy Questions in this category test your knowledge on :
  • your ability to detect if a given DB schema can be mapped using this strategy
  • mapping elements to use : <discriminator/> <subclass/> <join/> <key/> and their allowed content
  • how to map a polymorphic association
  • what is the SQL generated if a polymorphic query is issued
Table per subclass strategy

Questions in this category test your knowledge on :

  • your ability to detect if a given DB schema can be mapped using this strategy
  • mapping elements to use : <joined-subclass/> <key/> and their allowed content
  • how to map a polymorphic association
  • what is the SQL generated if a polymorphic query is issued

Table per class hierarchy strategy Questions in this category test your knowledge on :

  • your ability to detect if a given DB schema can be mapped using this strategy
  • mapping elements to use : <subclass/> <key/> and their allowed content
  • how to map a polymorphic association
  • what is the SQL generated if a polymorphic query is issued
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics