Applying the Hibernate filter attribute to a Bag with a many-to-many relationship

前端 未结 1 537
夕颜
夕颜 2020-12-30 07:07

Consider the following Hibernate mapping file:



    

        
1条回答
  •  轮回少年
    2020-12-30 07:55

    Figured it out. For anyone interested, I had my attribute in the wrong place:

    Before:

    
      
      
      
    
    

    After:

    
      
      
        
      
    
    

    0 讨论(0)
提交回复
热议问题