Interface FieldSet<F extends FieldSet<F>>

All Superinterfaces:
Comparable<FieldSet<F>>, Fielder<F>
All Known Subinterfaces:
EntityKey<K>, EntityPrimaryKey<EK,​PK>, FieldlessIndexEntryPrimaryKey<IK,​PK,​D>, Key<K>, PrimaryKey<PK>, RegularPrimaryKey<PK>, UniqueKey<K>
All Known Implementing Classes:
BaseBooleanKey, BaseEntityKey, BaseEntityPrimaryKey, BaseFieldSet, BaseIntegerKey, BaseKey, BaseLongKey, BaseLongUniqueKey, BasePrimaryKey, BaseRegularPrimaryKey, BaseStringKey, BaseStringUniqueKey, BaseUniqueKey, SimpleFieldSet

public interface FieldSet<F extends FieldSet<F>>
extends Comparable<FieldSet<F>>, Fielder<F>