Package cn.sparrow.permission.repository
Interface ModelAttributeRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<ModelAttribute,ModelAttributePK>
,org.springframework.data.jpa.repository.JpaRepository<ModelAttribute,ModelAttributePK>
,org.springframework.data.repository.PagingAndSortingRepository<ModelAttribute,ModelAttributePK>
,org.springframework.data.repository.query.QueryByExampleExecutor<ModelAttribute>
,org.springframework.data.repository.Repository<ModelAttribute,ModelAttributePK>
public interface ModelAttributeRepository extends org.springframework.data.jpa.repository.JpaRepository<ModelAttribute,ModelAttributePK>
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findById, save
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush
Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll
Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findOne
Method Details
countById
deleteByIdIn