Class BaseEntityPrimaryKey<EK extends EntityKey<EK>,PK extends EntityPrimaryKey<EK,PK>>
java.lang.Object
io.datarouter.model.field.BaseFieldSet<K>
io.datarouter.model.key.BaseKey<K>
io.datarouter.model.key.unique.BaseUniqueKey<PK>
io.datarouter.model.key.primary.BasePrimaryKey<PK>
io.datarouter.model.key.primary.base.BaseEntityPrimaryKey<EK,PK>
- All Implemented Interfaces:
FieldSet<PK>,Key<PK>,EntityPrimaryKey<EK,PK>,PrimaryKey<PK>,UniqueKey<PK>,Fielder<PK>,PrimaryKeyFielder<PK>,Comparable<FieldSet<PK>>
public abstract class BaseEntityPrimaryKey<EK extends EntityKey<EK>,PK extends EntityPrimaryKey<EK,PK>> extends BasePrimaryKey<PK> implements EntityPrimaryKey<EK,PK>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BaseEntityPrimaryKey() -
Method Summary
Modifier and Type Method Description List<Field<?>>getEntityKeyFields()StringgetEntityKeyName()List<Field<?>>getFields()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.key.primary.EntityPrimaryKey
getEntityKey, getPostEntityKeyFields, prefixFromEntityKeyMethods inherited from interface io.datarouter.model.field.FieldSet
getFieldNames, getFieldValue, getFieldValues
-
Constructor Details
-
BaseEntityPrimaryKey
public BaseEntityPrimaryKey()
-
-
Method Details
-
getEntityKeyName
-
getEntityKeyFields
- Specified by:
getEntityKeyFieldsin interfaceEntityPrimaryKey<EK extends EntityKey<EK>,PK extends EntityPrimaryKey<EK,PK>>
-
getFields
-