Class MAuditRefValue

java.lang.Object
com.evolveum.midpoint.repo.sqale.audit.qmodel.MAuditRefValue

public class MAuditRefValue extends Object
Querydsl "row bean" type related to QAuditRefValue.
  • Field Details

    • id

      public Long id
    • recordId

      public Long recordId
    • timestamp

      public Instant timestamp
    • name

      public String name
    • targetOid

      public UUID targetOid
    • targetType

      public MObjectType targetType
    • targetNameNorm

      public String targetNameNorm
    • targetNameOrig

      public String targetNameOrig
  • Constructor Details

    • MAuditRefValue

      public MAuditRefValue()
  • Method Details