Class ActorMetadata

java.lang.Object
de.gustavblass.fsu.fmi.roombooking.model.actor.ActorMetadata

@Entity public class ActorMetadata extends Object
Additional information on a specific Actor's account that is not stored in the actual Actor object.
Implementation Note:
There is no actual reference to the Actor, since such a bidirectional relationship would result in a deadlock when trying to delete the Actor or the ActorMetadata.
  • Field Details

    • id

      private Long id
      Identifies these ActorMetadata uniquely.
    • createdAt

      private LocalDateTime createdAt
      When the Actor signed up or when their account was created.
    • lastLogin

      private LocalDateTime lastLogin
      The last time the corresponding Actor authenticated (successfully) with the system.
  • Constructor Details

    • ActorMetadata

      public ActorMetadata()
  • Method Details