Interface OAuthCredentialsRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<OAuthCredentials,,String> org.springframework.data.repository.Repository<OAuthCredentials,String>
@Repository
public interface OAuthCredentialsRepository
extends org.springframework.data.repository.CrudRepository<OAuthCredentials,String>
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteByPermissionId(String permissionId) getOAuthCredentialByPermissionId(String permissionId) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
-
Method Details
-
getOAuthCredentialByPermissionId
-
deleteByPermissionId
-