org.axonframework.eventstore.jpa
Class AbstractEventEntry.PK

java.lang.Object
  extended by org.axonframework.eventstore.jpa.AbstractEventEntry.PK
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractEventEntry

public static class AbstractEventEntry.PK
extends Object
implements Serializable

Primary key definition of the AbstractEventEntry class. Is used by JPA to support composite primary keys.

See Also:
Serialized Form

Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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 © 2010-2012. All Rights Reserved.