public class TransactionAwareEntity extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected Long |
linkedSpaceId |
protected Long |
linkedTransaction |
| Constructor and Description |
|---|
TransactionAwareEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId()
The ID is the primary key of the entity.
|
Long |
getLinkedSpaceId()
The linked space id holds the ID of the space to which the entity belongs to.
|
Long |
getLinkedTransaction() |
int |
hashCode() |
String |
toString() |
protected Long id
protected Long linkedSpaceId
protected Long linkedTransaction
public Long getId()
public Long getLinkedSpaceId()
public Long getLinkedTransaction()
Copyright © 2022. All rights reserved.