Uses of Class
org.apache.aries.samples.blog.persistence.jpa.entity.AuthorImpl

Packages that use AuthorImpl
org.apache.aries.samples.blog.persistence.jpa   
org.apache.aries.samples.blog.persistence.jpa.entity   
 

Uses of AuthorImpl in org.apache.aries.samples.blog.persistence.jpa
 

Methods in org.apache.aries.samples.blog.persistence.jpa that return AuthorImpl
 AuthorImpl BlogPersistenceServiceImpl.getAuthor(String emailAddress)
           
 

Methods in org.apache.aries.samples.blog.persistence.jpa that return types with arguments of type AuthorImpl
 List<AuthorImpl> BlogPersistenceServiceImpl.getAllAuthors()
           
 

Uses of AuthorImpl in org.apache.aries.samples.blog.persistence.jpa.entity
 

Methods in org.apache.aries.samples.blog.persistence.jpa.entity that return AuthorImpl
 AuthorImpl EntryImpl.getAuthor()
          Get the author of this blog post
 

Methods in org.apache.aries.samples.blog.persistence.jpa.entity with parameters of type AuthorImpl
 void EntryImpl.setAuthor(AuthorImpl author)
          Set the author of this blog post
 



Copyright © 2009-2010 The Apache Software Foundation. All Rights Reserved.