| Package | Description |
|---|---|
| org.finra.herd.dao | |
| org.finra.herd.dao.impl | |
| org.finra.herd.model.jpa |
| Modifier and Type | Method and Description |
|---|---|
ExpectedPartitionValueEntity |
ExpectedPartitionValueDao.getExpectedPartitionValue(ExpectedPartitionValueKey expectedPartitionValueKey,
int offset)
Gets an expected partition value entity by partition key group name, expected partition value, and an optional offset.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExpectedPartitionValueEntity> |
ExpectedPartitionValueDao.getExpectedPartitionValuesByGroupAndRange(String partitionKeyGroupName,
PartitionValueRange partitionValueRange)
Gets a list of expected partition values by group.
|
| Modifier and Type | Method and Description |
|---|---|
ExpectedPartitionValueEntity |
ExpectedPartitionValueDaoImpl.getExpectedPartitionValue(ExpectedPartitionValueKey expectedPartitionValueKey,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
List<ExpectedPartitionValueEntity> |
ExpectedPartitionValueDaoImpl.getExpectedPartitionValuesByGroupAndRange(String partitionKeyGroupName,
PartitionValueRange partitionValueRange) |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.CollectionAttribute<PartitionKeyGroupEntity,ExpectedPartitionValueEntity> |
PartitionKeyGroupEntity_.expectedPartitionValues |
static javax.persistence.metamodel.SingularAttribute<ExpectedPartitionValueEntity,Integer> |
ExpectedPartitionValueEntity_.id |
static javax.persistence.metamodel.SingularAttribute<ExpectedPartitionValueEntity,PartitionKeyGroupEntity> |
ExpectedPartitionValueEntity_.partitionKeyGroup |
static javax.persistence.metamodel.SingularAttribute<ExpectedPartitionValueEntity,String> |
ExpectedPartitionValueEntity_.partitionValue |
| Modifier and Type | Method and Description |
|---|---|
Collection<ExpectedPartitionValueEntity> |
PartitionKeyGroupEntity.getExpectedPartitionValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
PartitionKeyGroupEntity.setExpectedPartitionValues(Collection<ExpectedPartitionValueEntity> expectedPartitionValues) |
Copyright © 2019. All rights reserved.