Uses of Class
org.hibernate.ejb.test.cascade.Author

Packages that use Author
org.hibernate.ejb.test.cascade   
 

Uses of Author in org.hibernate.ejb.test.cascade
 

Fields in org.hibernate.ejb.test.cascade with type parameters of type Author
static SingularAttribute<Song,Author> Song_.author
           
static SingularAttribute<Author,Long> Author_.id
           
 

Methods in org.hibernate.ejb.test.cascade that return Author
 Author Song.getAuthor()
           
 

Methods in org.hibernate.ejb.test.cascade with parameters of type Author
 void Song.setAuthor(Author author)
           
 



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