java.lang.Object
com.finconsgroup.itserr.marketplace.core.entity.AbstractUUIDEntity
com.finconsgroup.itserr.marketplace.usercommunication.dm.entity.MessageReadReceipt

@Entity public class MessageReadReceipt extends com.finconsgroup.itserr.marketplace.core.entity.AbstractUUIDEntity
Entity to track individual read receipts for messages in group conversations. This allows tracking which specific users have read which messages.
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.finconsgroup.itserr.marketplace.core.entity.AbstractUUIDEntity

    com.finconsgroup.itserr.marketplace.core.entity.AbstractUUIDEntity.AbstractUUIDEntityBuilder<C extends com.finconsgroup.itserr.marketplace.core.entity.AbstractUUIDEntity,B extends com.finconsgroup.itserr.marketplace.core.entity.AbstractUUIDEntity.AbstractUUIDEntityBuilder<C,B>>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class com.finconsgroup.itserr.marketplace.core.entity.AbstractUUIDEntity

    builder, canEqual, equals, getId, hashCode, setId, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • MessageReadReceipt

      public MessageReadReceipt()
  • Method Details

    • prePersist

      public void prePersist()
      Overrides:
      prePersist in class com.finconsgroup.itserr.marketplace.core.entity.AbstractUUIDEntity