@Repository public class ConnectorCredentialsRepository extends AbstractRepository<ConnectorCredentials>
em| Constructor and Description |
|---|
ConnectorCredentialsRepository() |
| Modifier and Type | Method and Description |
|---|---|
ConnectorCredentials |
findFetchAllByUserIdAndConnectorId(long userId,
long connectorId) |
ConnectorCredentials |
findFetchAllByUsernameAndConnectorId(String username,
long connectorId) |
ConnectorCredentials |
findFetchConfigurationById(Long id) |
List<ConnectorCredentials> |
findFetchConfigurationByUserId(Long userId) |
countAll, delete, delete, deleteAll, findAll, findById, saveAndFlushpublic List<ConnectorCredentials> findFetchConfigurationByUserId(Long userId)
public ConnectorCredentials findFetchConfigurationById(Long id)
public ConnectorCredentials findFetchAllByUserIdAndConnectorId(long userId, long connectorId)
public ConnectorCredentials findFetchAllByUsernameAndConnectorId(String username, long connectorId)
Copyright © 2015. All rights reserved.