Interface OAuth2ClientDao
- All Superinterfaces:
BaseDao<OAuth2Client,
,Long> EditableDao<OAuth2Client,
Long>
-
Method Summary
Modifier and TypeMethodDescriptionboolean
existsClientWithName
(String name) findByName
(String name) 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
-
existsClientWithName
-
findByName
-