Class AbstractSnapshotEventEntry.PK

java.lang.Object
org.axonframework.eventsourcing.eventstore.AbstractSnapshotEventEntry.PK
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractSnapshotEventEntry<T>

public static class AbstractSnapshotEventEntry.PK extends Object implements Serializable
Primary key definition of the AbstractEventEntry class. Is used by JPA to support composite primary keys.
See Also:
  • Constructor Details

    • PK

      public PK()
      Constructor for JPA. Not to be used directly
  • Method Details