Uses of Class
io.datarouter.model.field.BaseFieldSet
-
Uses of BaseFieldSet in io.datarouter.model.field
Subclasses of BaseFieldSet in io.datarouter.model.field Modifier and Type Class Description classSimpleFieldSet<F extends FieldSet<F>> -
Uses of BaseFieldSet in io.datarouter.model.key
Subclasses of BaseFieldSet in io.datarouter.model.key Modifier and Type Class Description classBaseKey<K extends Key<K>> -
Uses of BaseFieldSet in io.datarouter.model.key.base
Subclasses of BaseFieldSet in io.datarouter.model.key.base Modifier and Type Class Description classBaseBooleanKey<K extends Key<K>>classBaseIntegerKey<K extends Key<K>>classBaseLongKey<K extends Key<K>>classBaseStringKey<K extends Key<K>> -
Uses of BaseFieldSet in io.datarouter.model.key.entity.base
Subclasses of BaseFieldSet in io.datarouter.model.key.entity.base Modifier and Type Class Description classBaseEntityKey<EK extends EntityKey<EK>> -
Uses of BaseFieldSet in io.datarouter.model.key.primary
Subclasses of BaseFieldSet in io.datarouter.model.key.primary Modifier and Type Class Description classBasePrimaryKey<PK extends PrimaryKey<PK>> -
Uses of BaseFieldSet in io.datarouter.model.key.primary.base
Subclasses of BaseFieldSet in io.datarouter.model.key.primary.base Modifier and Type Class Description classBaseEntityPrimaryKey<EK extends EntityKey<EK>,PK extends EntityPrimaryKey<EK,PK>>classBaseRegularPrimaryKey<PK extends RegularPrimaryKey<PK>> -
Uses of BaseFieldSet in io.datarouter.model.key.unique
Subclasses of BaseFieldSet in io.datarouter.model.key.unique Modifier and Type Class Description classBaseUniqueKey<K extends Key<K>> -
Uses of BaseFieldSet in io.datarouter.model.key.unique.base
Subclasses of BaseFieldSet in io.datarouter.model.key.unique.base Modifier and Type Class Description classBaseLongUniqueKey<K extends Key<K>>classBaseStringUniqueKey<K extends Key<K>>