@NoRepositoryBean
public interface BaseRepository<T,ID extends Serializable>
extends org.springframework.data.jpa.repository.JpaRepository<T,ID>
| 限定符和类型 | 方法和说明 |
|---|---|
Class<T> |
getDomainClass()
返回领域实体类
|
boolean |
support(String resourceName)
是否支持该资源
|
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlushCopyright © 2018. All rights reserved.