Uses of Class
org.hibernate.test.annotations.embedded.one2many.PersonName

Packages that use PersonName
org.hibernate.test.annotations.embedded.one2many   
 

Uses of PersonName in org.hibernate.test.annotations.embedded.one2many
 

Methods in org.hibernate.test.annotations.embedded.one2many that return PersonName
 PersonName Person.getName()
           
 

Methods in org.hibernate.test.annotations.embedded.one2many with parameters of type PersonName
 void Person.setName(PersonName name)
           
 

Constructors in org.hibernate.test.annotations.embedded.one2many with parameters of type PersonName
Person(PersonName name)
           
 



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