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