Shouldn't this method have been made just public and not final as well? If not final I could do something like this on my DOAs which extends JdbcDoaSupport:
public class MyDao extends JdbcDaoSupport...