org.hibernate.envers.test.entities.manytomany.biowned
Class ListBiowning2Entity
java.lang.Object
org.hibernate.envers.test.entities.manytomany.biowned.ListBiowning2Entity
@Entity
public class ListBiowning2Entity
- extends Object
Entity owning a many-to-many relation, where the other entity also owns the relation.
ListBiowning2Entity
public ListBiowning2Entity()
ListBiowning2Entity
public ListBiowning2Entity(Integer id,
String data)
ListBiowning2Entity
public ListBiowning2Entity(String data)
getId
public Integer getId()
setId
public void setId(Integer id)
getData
public String getData()
setData
public void setData(String data)
getReferences
public List<ListBiowning1Entity> getReferences()
setReferences
public void setReferences(List<ListBiowning1Entity> references)
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.