@Repository public class ExpectedPartitionValueDaoImpl extends AbstractHerdDao implements ExpectedPartitionValueDao
AbstractHerdDao.AggregateFunctionBUSINESS_OBJECT_DATA_PARTITIONS, BUSINESS_OBJECT_DATA_SUBPARTITIONS, configurationHelper, DEFAULT_SINGLE_DAY_DATE_MASK, MAX_PARTITION_FILTERS_PER_REQUESTentityManager| Constructor and Description |
|---|
ExpectedPartitionValueDaoImpl() |
| 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.
|
getQueryRestriction, getQueryRestriction, getQueryRestriction, getQueryRestriction, getQueryRestrictionOnBusinessObjectDataVersionAndStatus, getQueryRestrictionOnPartitionValues, getQueryRestrictionOnPartitionValues, getQueryRestrictionOnPartitionValues, getQueryRestrictionOnPartitionValues, getQueryRestrictionOnStorage, savedelete, detach, executeSingleResultQuery, findAll, findById, findByNamedProperties, findUniqueByNamedProperties, getCurrentTimestamp, getEntityManager, getPredicateForInClause, query, queryByNamedParams, saveAndRefreshclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, detach, findAll, findById, findByNamedProperties, findUniqueByNamedProperties, getCurrentTimestamp, getEntityManager, query, queryByNamedParams, save, saveAndRefreshpublic ExpectedPartitionValueEntity getExpectedPartitionValue(ExpectedPartitionValueKey expectedPartitionValueKey, int offset)
ExpectedPartitionValueDaogetExpectedPartitionValue in interface ExpectedPartitionValueDaoexpectedPartitionValueKey - the expected partition value key (case-insensitive)offset - the optional offsetpublic List<ExpectedPartitionValueEntity> getExpectedPartitionValuesByGroupAndRange(String partitionKeyGroupName, PartitionValueRange partitionValueRange)
ExpectedPartitionValueDaogetExpectedPartitionValuesByGroupAndRange in interface ExpectedPartitionValueDaopartitionKeyGroupName - the partition key group name (case-insensitive)partitionValueRange - the optional partition value rangeCopyright © 2021. All rights reserved.