org.hibernate.envers.test.integration.secondary.ids
Class SecondaryEmbIdTestEntity
java.lang.Object
org.hibernate.envers.test.integration.secondary.ids.SecondaryEmbIdTestEntity
@Entity
public class SecondaryEmbIdTestEntity
- extends Object
SecondaryEmbIdTestEntity
public SecondaryEmbIdTestEntity(EmbId id,
String s1,
String s2)
SecondaryEmbIdTestEntity
public SecondaryEmbIdTestEntity(String s1,
String s2)
SecondaryEmbIdTestEntity
public SecondaryEmbIdTestEntity()
getId
public EmbId getId()
setId
public void setId(EmbId id)
getS1
public String getS1()
setS1
public void setS1(String s1)
getS2
public String getS2()
setS2
public void setS2(String s2)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.