toggle menu
Transactional Outbox
jvm
switch theme
search in API
spring
/
io.github.bluegroundltd.springoutbox.database
/
UpdatableEntity
Updatable
Entity
@
MappedSuperclass
abstract
class
UpdatableEntity
<
ID
>
:
PersistableEntity
<
ID
>
Inheritors
OutboxItemEntity
Members
Constructors
Updatable
Entity
Link copied to clipboard
constructor
(
)
Properties
created
At
Link copied to clipboard
var
createdAt
:
Instant
?
created
By
Link copied to clipboard
var
createdBy
:
Long
?
object
Version
Link copied to clipboard
var
objectVersion
:
Long
?
updated
At
Link copied to clipboard
var
updatedAt
:
Instant
?
updated
By
Link copied to clipboard
var
updatedBy
:
Long
?