Interface UniqueKey<K extends Key<K>>

All Superinterfaces:
Comparable<FieldSet<K>>, Fielder<K>, FieldSet<K>, Key<K>
All Known Subinterfaces:
EntityPrimaryKey<EK,​PK>, FieldlessIndexEntryPrimaryKey<IK,​PK,​D>, PrimaryKey<PK>, RegularPrimaryKey<PK>
All Known Implementing Classes:
BaseEntityPrimaryKey, BaseLongUniqueKey, BasePrimaryKey, BaseRegularPrimaryKey, BaseStringUniqueKey, BaseUniqueKey

public interface UniqueKey<K extends Key<K>>
extends Key<K>