Uses of Class
org.hibernate.testing.orm.domain.library.Person
Packages that use Person
-
Uses of Person in org.hibernate.testing.orm.domain.library
Methods in org.hibernate.testing.orm.domain.library that return types with arguments of type PersonMethods in org.hibernate.testing.orm.domain.library with parameters of type PersonModifier and TypeMethodDescriptionvoid
void
Method parameters in org.hibernate.testing.orm.domain.library with type arguments of type PersonModifier and TypeMethodDescriptionvoid
Book.setAuthors
(Set<Person> authors) void
Book.setEditors
(Set<Person> editors)