| Package | Description |
|---|---|
| org.finra.herd.dao | |
| org.finra.herd.dao.impl | |
| org.finra.herd.model.jpa |
| Modifier and Type | Method and Description |
|---|---|
OnDemandPriceEntity |
OnDemandPriceDao.getOnDemandPrice(String region,
String instanceType)
Returns the on-demand price with the specified region and instance type.
|
| Modifier and Type | Method and Description |
|---|---|
OnDemandPriceEntity |
OnDemandPriceDaoImpl.getOnDemandPrice(String region,
String instanceType)
Returns the on-demand price with the specified region and instance type.
|
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<OnDemandPriceEntity,String> |
OnDemandPriceEntity_.instanceType |
static javax.persistence.metamodel.SingularAttribute<OnDemandPriceEntity,Long> |
OnDemandPriceEntity_.onDemandPriceId |
static javax.persistence.metamodel.SingularAttribute<OnDemandPriceEntity,String> |
OnDemandPriceEntity_.region |
static javax.persistence.metamodel.SingularAttribute<OnDemandPriceEntity,BigDecimal> |
OnDemandPriceEntity_.value |
Copyright © 2017. All rights reserved.