public interface ExpectedPartitionValueDao extends BaseJpaDao
| Modifier and Type | Method and Description |
|---|---|
ExpectedPartitionValueEntity |
getExpectedPartitionValue(ExpectedPartitionValueKey expectedPartitionValueKey,
int offset)
Gets an expected partition value entity by partition key group name, expected partition value, and an optional offset.
|
List<ExpectedPartitionValueEntity> |
getExpectedPartitionValuesByGroupAndRange(String partitionKeyGroupName,
PartitionValueRange partitionValueRange)
Gets a list of expected partition values by group.
|
delete, detach, findAll, findById, findByNamedProperties, findUniqueByNamedProperties, getCurrentTimestamp, getEntityManager, query, queryByNamedParams, save, saveAndRefreshExpectedPartitionValueEntity getExpectedPartitionValue(ExpectedPartitionValueKey expectedPartitionValueKey, int offset)
expectedPartitionValueKey - the expected partition value key (case-insensitive)offset - the optional offsetList<ExpectedPartitionValueEntity> getExpectedPartitionValuesByGroupAndRange(String partitionKeyGroupName, PartitionValueRange partitionValueRange)
partitionKeyGroupName - the partition key group name (case-insensitive)partitionValueRange - the optional partition value rangeCopyright © 2019. All rights reserved.