org.hibernate.test.annotations.embedded
Class WealthyPerson

java.lang.Object
  extended by org.hibernate.test.annotations.embedded.Person
      extended by org.hibernate.test.annotations.embedded.WealthyPerson
All Implemented Interfaces:
Serializable

@Entity
public class WealthyPerson
extends Person

See Also:
Serialized Form

Field Summary
protected  Set<Address> explicitVacationHomes
           
protected  Set<Address> legacyVacationHomes
           
protected  Set<Address> vacationHomes
           
 
Constructor Summary
WealthyPerson()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vacationHomes

protected Set<Address> vacationHomes

legacyVacationHomes

protected Set<Address> legacyVacationHomes

explicitVacationHomes

protected Set<Address> explicitVacationHomes
Constructor Detail

WealthyPerson

public WealthyPerson()


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