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, lockedAt

    Fields inherited from class org.cardanofoundation.lob.app.support.spring_audit.CommonDateOnlyEntity

    createdAt, updatedAt
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
     
    int
     
    void
     

    Methods inherited from class org.cardanofoundation.lob.app.support.spring_audit.CommonDateOnlyLockableEntity

    getLockedAt, isNew, setLockedAt, setNew

    Methods inherited from class org.cardanofoundation.lob.app.support.spring_audit.CommonDateOnlyEntity

    getCreatedAt, getUpdatedAt, setCreatedAt, setUpdatedAt

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.data.domain.Persistable

    isNew
  • Constructor Details

    • TransactionEntity

      public TransactionEntity()
  • Method Details