I'm searching for hibernate many to many sample with extra columns in join table (XML mapping). I searched a lot and could not find. Could you please provide me a working example. Thank you very much.
            Asked
            
        
        
            Active
            
        
            Viewed 280 times
        
    1
            
            
        - 
                    Check this [link](http://stackoverflow.com/a/16827671/1679310) with some explanation how to. It could give you some hints – Radim Köhler Sep 13 '14 at 08:19
 - 
                    @Sujith Maliyadda check [this](http://www.mkyong.com/hibernate/hibernate-many-to-many-example-join-table-extra-column-annotation/) out. – Ankur Singhal Sep 13 '14 at 12:46
 - 
                    @ankur-singhal Thank you. But, it is for annotation mapping. I'm looking for XML mapping. – Sujith Sep 14 '14 at 01:38
 - 
                    Hi did you figure this out, I need to do the same thing but all the tutorials show annotation based solutions – Ghos3t May 23 '21 at 23:59