org.hibernate.envers.test.integration.manytomany.ternary
Class TernaryMapEntity
java.lang.Object
org.hibernate.envers.test.integration.manytomany.ternary.TernaryMapEntity
@Entity
public class TernaryMapEntity
- extends Object
TernaryMapEntity
public TernaryMapEntity()
getId
public Integer getId()
setId
public void setId(Integer id)
getMap
public Map<IntTestEntity,StrTestEntity> getMap()
setMap
public void setMap(Map<IntTestEntity,StrTestEntity> map)
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.