Package tenapull.data.entity.lookup
Class Remediation
java.lang.Object
tenapull.data.entity.template.StringHashLookupPojo<Remediation>
tenapull.data.entity.lookup.Remediation
- All Implemented Interfaces:
java.lang.Comparable<Remediation>
,DbPojo
,HashLookupPojo<Remediation>
,StringLookupPojo<Remediation>
@Entity(name="Remediation") public class Remediation extends StringHashLookupPojo<Remediation>
Represents a MySQL longtext field from the remediation lookup table,
that is indexed by a SHA-512 hash
-
Field Summary
Fields Modifier and Type Field Description static StringHashLookupDao<Remediation>
dao
-
Constructor Summary
Constructors Constructor Description Remediation()
-
Method Summary
Methods inherited from class tenapull.data.entity.template.StringHashLookupPojo
_isHashCalculated, _match, _prepare, _set, equals, get_hash, getId, getValue, hashCode, set_hash, setId, setValue, toJsonNode, toJsonString, toString
-
Field Details
-
Constructor Details
-
Remediation
public Remediation()
-