|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.axonframework.saga.repository.jpa.AssociationValueEntry
@Entity public class AssociationValueEntry
JPA wrapper around an Association Value. This entity is used to store relevant Association Values for Sagas.
Constructor Summary | |
---|---|
protected |
AssociationValueEntry()
Constructor required by JPA. |
|
AssociationValueEntry(String sagaType,
String sagaIdentifier,
AssociationValue associationValue)
Initialize a new AssociationValueEntry for a saga with given sagaIdentifier and
associationValue . |
Method Summary | |
---|---|
AssociationValue |
getAssociationValue()
Returns the association value contained in this entry. |
Long |
getId()
The unique identifier of this entry. |
String |
getSagaIdentifier()
Returns the Saga Identifier contained in this entry. |
String |
getSagaType()
Returns the type (fully qualified class name) of the Saga this association value belongs to |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssociationValueEntry(String sagaType, String sagaIdentifier, AssociationValue associationValue)
sagaIdentifier
and
associationValue
.
sagaType
- The type of Saga this association value belongs tosagaIdentifier
- The identifier of the sagaassociationValue
- The association value for the sagaprotected AssociationValueEntry()
Method Detail |
---|
public AssociationValue getAssociationValue()
public String getSagaIdentifier()
public String getSagaType()
public Long getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |