Class TransactionEntity
java.lang.Object
org.cardanofoundation.lob.app.support.spring_audit.CommonDateOnlyEntity
org.cardanofoundation.lob.app.support.spring_audit.CommonDateOnlyLockableEntity
org.cardanofoundation.lob.app.blockchain_publisher.domain.entity.txs.TransactionEntity
- All Implemented Interfaces:
org.springframework.data.domain.Persistable<String>
@Entity(name="blockchain_publisher.txs.TransactionEntity")
public class TransactionEntity
extends org.cardanofoundation.lob.app.support.spring_audit.CommonDateOnlyLockableEntity
implements org.springframework.data.domain.Persistable<String>
-
Field Summary
Fields inherited from class org.cardanofoundation.lob.app.support.spring_audit.CommonDateOnlyLockableEntity
isNew, lockedAtFields inherited from class org.cardanofoundation.lob.app.support.spring_audit.CommonDateOnlyEntity
createdAt, updatedAt -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()inthashCode()voidsetL1SubmissionData(Optional<L1SubmissionData> l1SubmissionData) Methods inherited from class org.cardanofoundation.lob.app.support.spring_audit.CommonDateOnlyLockableEntity
getLockedAt, isNew, setLockedAt, setNewMethods inherited from class org.cardanofoundation.lob.app.support.spring_audit.CommonDateOnlyEntity
getCreatedAt, getUpdatedAt, setCreatedAt, setUpdatedAtMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.domain.Persistable
isNew
-
Constructor Details
-
TransactionEntity
public TransactionEntity()
-
-
Method Details