@Entity public class AssociationValueEntry extends Object
| Modifier | Constructor and Description | 
|---|---|
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. | 
| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
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()
public AssociationValue getAssociationValue()
public String getSagaIdentifier()
public String getSagaType()
public Long getId()
Copyright © 2010–2018. All rights reserved.