public interface AuthorMapper
| Modifier and Type | Method and Description |
|---|---|
int |
countDeveloperLogins(long developerId) |
void |
insert(AuthorDto authorDto) |
AuthorDto |
selectByLogin(String login) |
AuthorDto selectByLogin(String login)
int countDeveloperLogins(long developerId)
Copyright © 2009-2012 SonarSource. All Rights Reserved.