SpringDataJpa小結

interface Repository: 是SpringData的核心接口,不提供任何方法 是一個空接口(標記接口) 如果我們的接口extends Respository,那麼我們的接口會被Spring容器管理 不想extends Respository的話就用註解:@RespositoryDefinition(domainClass=xxx.class,idClass=xxx.class)標記
相關文章
相關標籤/搜索