Uses of Class
org.hibernate.test.flush.Author

Packages that use Author
org.hibernate.test.flush   
 

Uses of Author in org.hibernate.test.flush
 

Methods in org.hibernate.test.flush that return Author
 Author Book.getAuthor()
           
 

Methods in org.hibernate.test.flush that return types with arguments of type Author
 Set<Author> Publisher.getAuthors()
           
 

Methods in org.hibernate.test.flush with parameters of type Author
 void Book.setAuthor(Author author)
           
 

Method parameters in org.hibernate.test.flush with type arguments of type Author
 void Publisher.setAuthors(Set<Author> authors)
           
 

Constructors in org.hibernate.test.flush with parameters of type Author
Book(String title, Author author)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.