| Package | Description |
|---|---|
| org.finra.herd.dao | |
| org.finra.herd.dao.impl | |
| org.finra.herd.model.jpa | |
| org.finra.herd.service.helper |
| Modifier and Type | Method and Description |
|---|---|
StoragePlatformEntity |
StoragePlatformDao.getStoragePlatformByName(String name)
Gets a storage platform by it's name.
|
| Modifier and Type | Method and Description |
|---|---|
StoragePlatformEntity |
StoragePlatformDaoImpl.getStoragePlatformByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.persistence.criteria.Predicate |
AbstractHerdDao.getQueryRestrictionOnStorage(javax.persistence.criteria.CriteriaBuilder builder,
javax.persistence.criteria.From<?,StorageEntity> storageEntity,
javax.persistence.criteria.From<?,StoragePlatformEntity> storagePlatformEntity,
List<String> storageNames,
String storagePlatformType,
String excludedStoragePlatformType)
Builds a query restriction predicate for the storage.
|
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<StoragePlatformEntity,String> |
StoragePlatformEntity_.name |
static javax.persistence.metamodel.SingularAttribute<StorageEntity,StoragePlatformEntity> |
StorageEntity_.storagePlatform |
| Modifier and Type | Method and Description |
|---|---|
StoragePlatformEntity |
StorageEntity.getStoragePlatform() |
| Modifier and Type | Method and Description |
|---|---|
void |
StorageEntity.setStoragePlatform(StoragePlatformEntity storagePlatform) |
| Modifier and Type | Method and Description |
|---|---|
StoragePlatformEntity |
StoragePlatformHelper.getStoragePlatformEntity(String storagePlatformName)
Gets a storage platform entity by name.
|
Copyright © 2019. All rights reserved.