Interface ScopeRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<SecurityScope,
,String> org.springframework.data.repository.Repository<SecurityScope,
String>
@Repository
public interface ScopeRepository
extends org.springframework.data.repository.CrudRepository<SecurityScope,String>
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
-
Method Details
-
findAllByOpenTrueAndNameIn
-