org.hibernate.envers.test.entities.components.relations
Class OneToManyComponent
java.lang.Object
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:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.