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