Package io.datarouter.model.key.unique
Class BaseUniqueKey<K extends Key<K>>
java.lang.Object
io.datarouter.model.field.BaseFieldSet<K>
io.datarouter.model.key.BaseKey<K>
io.datarouter.model.key.unique.BaseUniqueKey<K>
- Direct Known Subclasses:
BasePrimaryKey
public abstract class BaseUniqueKey<K extends Key<K>> extends BaseKey<K> implements UniqueKey<K>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BaseUniqueKey() -
Method Summary
Methods inherited from class io.datarouter.model.field.BaseFieldSet
compareTo, equals, getFieldNames, getFields, getFieldValue, getFieldValues, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.datarouter.model.field.FieldSet
getFieldNames, getFields, getFieldValue, getFieldValues
-
Constructor Details
-
BaseUniqueKey
public BaseUniqueKey()
-