Package
cn.sparrow.permission.repository
Interface UserModelAttributePermissionRepository
- All Superinterfaces:
-
AbstractModelAttributePermissionRepository<UserModelAttributePermission,UserModelAttributePermissionPK>
,AbstractModelPermissionRepository<UserModelAttributePermission,UserModelAttributePermissionPK>
,org.springframework.data.repository.CrudRepository<UserModelAttributePermission,UserModelAttributePermissionPK>
,org.springframework.data.jpa.repository.JpaRepository<UserModelAttributePermission,UserModelAttributePermissionPK>
,org.springframework.data.repository.PagingAndSortingRepository<UserModelAttributePermission,UserModelAttributePermissionPK>
,org.springframework.data.repository.query.QueryByExampleExecutor<UserModelAttributePermission>
,org.springframework.data.repository.Repository<UserModelAttributePermission,UserModelAttributePermissionPK>
public interface
UserModelAttributePermissionRepository
extends AbstractModelAttributePermissionRepository<UserModelAttributePermission,UserModelAttributePermissionPK>
-
Method Summary
Methods inherited from interface cn.sparrow.permission.repository.AbstractModelAttributePermissionRepository
countByIdModelNameAndIdAttributeNameAndIdPermission
Methods inherited from interface cn.sparrow.permission.repository.AbstractModelPermissionRepository
countByIdModelNameAndIdPermissionAndIdPermissionType
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
-
deleteByIdIn
-