Class TransactionItemEntity
java.lang.Object
org.cardanofoundation.lob.app.support.spring_audit.CommonDateOnlyEntity
org.cardanofoundation.lob.app.blockchain_publisher.domain.entity.txs.TransactionItemEntity
- All Implemented Interfaces:
org.springframework.data.domain.Persistable<String>
@Entity(name="blockchain_publisher.TransactionItemEntity")
public class TransactionItemEntity
extends org.cardanofoundation.lob.app.support.spring_audit.CommonDateOnlyEntity
implements org.springframework.data.domain.Persistable<String>
-
Field Summary
Fields inherited from class org.cardanofoundation.lob.app.support.spring_audit.CommonDateOnlyEntity
createdAt, isNew, updatedAt -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.cardanofoundation.lob.app.support.spring_audit.CommonDateOnlyEntity
getCreatedAt, getUpdatedAt, isNew, setCreatedAt, setNew, 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
-
TransactionItemEntity
public TransactionItemEntity()
-
-
Method Details