Package tenapull.data.entity.lookup
Class Cpe
java.lang.Object
- All Implemented Interfaces:
java.lang.Comparable<Cpe>
,DbPojo
,HashLookupPojo<Cpe>
,StringLookupPojo<Cpe>
@Entity(name="Cpe") public class Cpe extends StringHashLookupPojo<Cpe>
Represents a MySQL longtext field from the cpe lookup table, that is indexed by a SHA-512 hash
-
Field Summary
Fields Modifier and Type Field Description static StringHashLookupDao<Cpe>
dao
-
Constructor Summary
Constructors Constructor Description Cpe()
-
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