| Package | Description |
|---|---|
| org.n52.series.db.beans | |
| org.n52.series.db.da | |
| org.n52.series.db.dao |
| Modifier and Type | Class and Description |
|---|---|
class |
CountDatasetEntity |
class |
ProfileDatasetEntity |
class |
QuantityDatasetEntity |
class |
RecordDatasetEntity |
class |
TextDatasetEntity |
class |
TimeseriesEntity
Deprecated.
use
QuantityDataEntity instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDataRepository<D extends org.n52.io.response.dataset.Data<?>,S extends DatasetEntity<?>,E extends DataEntity<?>,V extends org.n52.io.response.dataset.AbstractValue<?>> |
interface |
DataRepository<E extends DatasetEntity<?>,V extends org.n52.io.response.dataset.AbstractValue<?>> |
| Modifier and Type | Method and Description |
|---|---|
(package private) DatasetEntity<?> |
DatasetRepository.getInstanceEntity(String id,
DbQuery query,
org.hibernate.Session session) |
| Modifier and Type | Method and Description |
|---|---|
protected org.n52.io.response.dataset.DatasetOutput |
DatasetRepository.createCondensed(DatasetEntity<?> series,
DbQuery query,
org.hibernate.Session session) |
protected org.n52.io.response.dataset.DatasetOutput |
DatasetRepository.createExpanded(DatasetEntity<?> series,
DbQuery query,
org.hibernate.Session session) |
protected org.n52.io.response.dataset.SeriesParameters |
SessionAwareRepository.createSeriesParameters(DatasetEntity<?> series,
DbQuery parameters,
org.hibernate.Session session) |
(package private) org.n52.io.response.PlatformOutput |
PlatformRepository.getCondensedInstance(DatasetEntity<?> series,
DbQuery parameters,
org.hibernate.Session session) |
protected PlatformEntity |
PlatformRepository.getPlatformEntity(DatasetEntity<?> series,
DbQuery query,
org.hibernate.Session session) |
| Modifier and Type | Class and Description |
|---|---|
class |
DatasetDao<T extends DatasetEntity> |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
DataDao.getAllInstancesFor(DatasetEntity series)
Retrieves all available observations belonging to a particular series.
|
List<T> |
DataDao.getAllInstancesFor(DatasetEntity series,
DbQuery parameters)
Retrieves all available observation instances belonging to a particular series.
|
T |
DataDao.getDataValueViaTimeend(DatasetEntity series,
DbQuery query) |
T |
DataDao.getDataValueViaTimestart(DatasetEntity series,
DbQuery query) |
Copyright © 2015–2017 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.