is there a comprehensive example or tutorial for ibatis 3 with annotations?
        Posted  
        
            by nn2010
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by nn2010
        
        
        
        Published on 2010-06-15T18:11:53Z
        Indexed on 
            2010/06/17
            22:33 UTC
        
        
        Read the original article
        Hit count: 309
        
ibatis
I am specifically interested in moving away from XML-based mapper configuration to using pure Java annotations where the SQL statements often take or return complex data structures.
Also, it wasn't clear in the samples I saw, how the configuration file was adapted when moving away from XML-based mappers to annotation-based Mapper interfaces.
© Stack Overflow or respective owner