@Repository
public class CxbAgentExpertmechanismRepository extends HibernateUpdatableRepository{
}
其中CxbAgentExpertmechanismEntity是与数据表对应的实体类,我想知道为什么要写CxbAgentExpertmechanismRepository这个类,它继承的HibernateUpdatableRepository是什么,HibernateUpdatableRepository有什么作用???继承之后
CxbAgentExpertmechanismRepository这个类有哪些功能????请大神详细解释一下