Interface OAuth2ConnectionDao
- All Superinterfaces:
BaseDao<OAuth2Connection,
,Long> EditableDao<OAuth2Connection,
Long>
-
Method Summary
Modifier and TypeMethodDescriptionfindByClientIdAndConnectionName
(Long clientId, String connectionName) Methods inherited from interface com.suncode.pwfl.support.BaseDao
countAll, countByCriteria, countByCriteria, findByCriteria, findByCriteria, findByCriteria, findByCriteria, findByProperty, findOne, findOne, findOneByProperty, get, get, getAll, getAll, getByField, propertyList, scrollByCriteria, scrollByCriteria
-
Method Details
-
findByClientIdAndConnectionName
-