您的位置:首页 > Web前端

The interface EntityDao cannot be implemented more than once with different arguments: EntityDao<Sit

2014-04-17 19:49 603 查看
The interface EntityDao cannot be implemented more than once with different arguments: EntityDao<SiteInvitationAddress,Long> and EntityDao<SiteInvitation,Long>

解决方案是:public interface SiteInvitationAddressDao extends EntityDao<SiteInvitationAddress, Long> {

public static final String REPOSITORY_NAME = "siteInvitationAddressDao";

}

SiteInvitationAddress类型没有匹配对,太快了
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐