org.hibernate.envers.test.entities.components.relations
Class OneToManyComponent
java.lang.Object
   org.hibernate.envers.test.entities.components.relations.OneToManyComponent
org.hibernate.envers.test.entities.components.relations.OneToManyComponent
- @Embeddable
public class OneToManyComponent 
- extends Object
 
 
 
OneToManyComponent
public OneToManyComponent(String data)
OneToManyComponent
public OneToManyComponent()
getData
public String getData()
- 
 
setData
public void setData(String data)
- 
 
getEntities
public Set<StrTestEntity> getEntities()
- 
 
setEntities
public void setEntities(Set<StrTestEntity> entities)
- 
 
equals
public boolean equals(Object o)
- 
- Overrides:
- equalsin class- Object
 
- 
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- Object
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.