- 所有超级接口:
org.springframework.data.repository.CrudRepository<Dictionary,Long>, org.springframework.data.jpa.repository.JpaRepository<Dictionary,Long>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<Dictionary>, org.springframework.data.repository.PagingAndSortingRepository<Dictionary,Long>, org.springframework.data.repository.query.QueryByExampleExecutor<Dictionary>, org.springframework.data.repository.Repository<Dictionary,Long>
public interface DictionaryDao
extends org.springframework.data.jpa.repository.JpaRepository<Dictionary,Long>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<Dictionary>