Package tenapull.data.entity.lookup
Class PluginName
java.lang.Object
tenapull.data.entity.template.SimpleStringLookupPojo<PluginName>
tenapull.data.entity.lookup.PluginName
- All Implemented Interfaces:
java.lang.Comparable<PluginName>
,DbPojo
,StringLookupPojo<PluginName>
@Entity(name="PluginName") public class PluginName extends SimpleStringLookupPojo<PluginName>
Represents a simple string/varchar lookup from the plugin_name table
-
Field Summary
Fields Modifier and Type Field Description static SimpleStringLookupDao<PluginName>
dao
-
Constructor Summary
Constructors Constructor Description PluginName()
-
Method Summary
Methods inherited from class tenapull.data.entity.template.SimpleStringLookupPojo
_prepare, compareTo, equals, getId, getValue, hashCode, setId, setValue, toJsonNode, toJsonString, toString
-
Field Details
-
Constructor Details
-
PluginName
public PluginName()
-