public class TransactionGroup<T extends Serializable,E extends Serializable> extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
TransactionGroup.Builder<T extends Serializable,E extends Serializable> |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Collection<? extends E> |
getDependantObjects() |
T |
getPrimaryObject() |
int |
hashCode() |
String |
toString() |
public T getPrimaryObject()
public Collection<? extends E> getDependantObjects()
Copyright © 2021 Atlassian. All rights reserved.