|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthorImpl | |
|---|---|
| org.apache.aries.samples.blog.persistence.jdbc | |
| org.apache.aries.samples.blog.persistence.jdbc.entity | |
| Uses of AuthorImpl in org.apache.aries.samples.blog.persistence.jdbc |
|---|
| Methods in org.apache.aries.samples.blog.persistence.jdbc that return AuthorImpl | |
|---|---|
AuthorImpl |
BlogPersistenceServiceImpl.getAuthor(String emailAddress)
Return the author with the specified email address |
| Methods in org.apache.aries.samples.blog.persistence.jdbc that return types with arguments of type AuthorImpl | |
|---|---|
List<AuthorImpl> |
BlogPersistenceServiceImpl.getAllAuthors()
Return all author records in the Author table |
| Uses of AuthorImpl in org.apache.aries.samples.blog.persistence.jdbc.entity |
|---|
| Methods in org.apache.aries.samples.blog.persistence.jdbc.entity that return AuthorImpl | |
|---|---|
AuthorImpl |
EntryImpl.getAuthor()
Get the author of this blog post |
| Methods in org.apache.aries.samples.blog.persistence.jdbc.entity with parameters of type AuthorImpl | |
|---|---|
void |
EntryImpl.setAuthor(AuthorImpl author)
Set the author of this blog post |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||