org.hibernate.test.annotations.embedded.one2many
Class Person
java.lang.Object
org.hibernate.test.annotations.embedded.one2many.Person
@Entity
public class Person
- extends Object
TODO : javadoc
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Person
public Person()
Person
public Person(String firstName,
String lastName)
Person
public Person(PersonName name)
getId
public Long getId()
setId
public void setId(Long id)
getName
public PersonName getName()
setName
public void setName(PersonName name)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.