所以我得到MyBatis繼承工作與註釋 - 子繼承@Select
功能。 但是對於XML文件,它不能正常工作。 它會拋出: org.apache.ibatis.binding.BindingException: Invalid bound statement /.../
繼承與MyBatis和XML
看到一些mapper
元素上使用extends
,但對我來說說"Attribute extends not allowed here"
試戴孩子<cache/>
對家長和<cache-ref namespace="parent"/>
但扔org.apache.ibatis.builder.IncompleteElementException: No cache for namespace 'parent'
那麼如何讓MyBatis繼承與XML配置一起工作?