org.hibernate.envers.test.integration.collection.norevision
Class Person
java.lang.Object
org.hibernate.envers.test.integration.collection.norevision.Person
- All Implemented Interfaces:
- Serializable
@Entity
public class Person
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Person
public Person()
getId
public Integer getId()
setId
public void setId(Integer id)
getNames
public Set<Name> getNames()
setNames
public void setNames(Set<Name> names)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.