public interface OAuth2ClientRepository extends org.springframework.data.repository.CrudRepository<OAuth2ClientEntity,GUID>
Modifier and Type | Method and Description |
---|---|
OAuth2ClientEntity |
findByNameAndType(java.lang.String name,
OAuth2ClientType type) |
OAuth2ClientEntity findByNameAndType(java.lang.String name, OAuth2ClientType type)