Package io.datarouter.model.key.primary
Class EntityPrimaryKeyTool
java.lang.Object
io.datarouter.model.key.primary.EntityPrimaryKeyTool
public class EntityPrimaryKeyTool extends Object
-
Constructor Summary
Constructors Constructor Description EntityPrimaryKeyTool() -
Method Summary
Modifier and Type Method Description static <EK extends EntityKey<EK>>
booleanisEntityFullyDefined(EK ek)static <EK extends EntityKey<EK>, PK extends EntityPrimaryKey<EK, PK>>
booleanisSingleEntity(io.datarouter.util.tuple.Range<PK> pkRange)
-
Constructor Details
-
EntityPrimaryKeyTool
public EntityPrimaryKeyTool()
-
-
Method Details
-
isSingleEntity
public static <EK extends EntityKey<EK>, PK extends EntityPrimaryKey<EK, PK>> boolean isSingleEntity(io.datarouter.util.tuple.Range<PK> pkRange) -
isEntityFullyDefined
-