Hello,
If Dao defines a method, its DaoImpl must implement it; otherwise STS will show an error. However DaoImpl could have some extra methods that are not present in its Dao.
Is there any reverse lookup in STS to check which methods from DaoImpl are present in the corresponding Dao and which are not?
Regards,
Paresh
PS: I'm using SpringSource Tool Suite 2.7.1.RELEASE on a Mac OS X 10.6.8.


Reply With Quote
