| Package | Description |
|---|---|
| org.n52.series.db | |
| org.n52.series.db.beans | |
| org.n52.series.db.da | |
| org.n52.series.db.dao |
| Modifier and Type | Method and Description |
|---|---|
<S extends DatasetEntity,E extends DataEntity<T>,V extends org.n52.io.response.dataset.AbstractValue<?>,T> |
DataRepositoryTypeFactory.create(java.lang.String valueType,
java.lang.Class<S> entityType) |
<S extends DatasetEntity,E extends DataEntity<T>,V extends org.n52.io.response.dataset.AbstractValue<?>,T> |
AnnotationBasedDataRepositoryFactory.create(java.lang.String type,
java.lang.Class<S> entityType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends DatasetEntity> |
DataRepositoryTypeFactory.getDatasetEntityType(java.lang.String valueType) |
java.lang.Class<? extends DatasetEntity> |
AnnotationBasedDataRepositoryFactory.getDatasetEntityType(java.lang.String valueType) |
| Modifier and Type | Class and Description |
|---|---|
class |
CategoryDatasetEntity |
class |
CategoryProfileDatasetEntity |
class |
CountDatasetEntity |
class |
ProfileDatasetEntity |
class |
QuantityDatasetEntity |
class |
QuantityProfileDatasetEntity |
class |
RecordDatasetEntity |
class |
TextDatasetEntity |
class |
TextProfileDatasetEntity |
class |
TimeseriesEntity
Deprecated.
use
QuantityDataEntity instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDataRepository<S extends DatasetEntity,E extends DataEntity<T>,V extends org.n52.io.response.dataset.AbstractValue<?>,T> |
interface |
DataRepository<S extends DatasetEntity,E extends DataEntity<T>,V extends org.n52.io.response.dataset.AbstractValue<?>,T> |
| Modifier and Type | Method and Description |
|---|---|
(package private) DatasetEntity |
DatasetRepository.getInstanceEntity(java.lang.String id,
DbQuery query,
org.hibernate.Session session) |
| Modifier and Type | Method and Description |
|---|---|
protected org.n52.io.response.dataset.DatasetOutput<V> |
DatasetRepository.createCondensed(DatasetEntity dataset,
DbQuery query,
org.hibernate.Session session) |
(package private) org.n52.io.response.PlatformOutput |
PlatformRepository.createCondensedPlatform(DatasetEntity dataset,
DbQuery query,
org.hibernate.Session session) |
protected org.n52.io.response.dataset.DatasetParameters |
SessionAwareRepository.createDatasetParameters(DatasetEntity dataset,
DbQuery query,
org.hibernate.Session session) |
protected org.n52.io.response.dataset.DatasetOutput<V> |
DatasetRepository.createExpanded(DatasetEntity dataset,
DbQuery query,
org.hibernate.Session session) |
GeometryEntity |
DataRepository.getLastKnownGeometry(DatasetEntity entity,
org.hibernate.Session session,
DbQuery query) |
GeometryEntity |
AbstractDataRepository.getLastKnownGeometry(DatasetEntity entity,
org.hibernate.Session session,
DbQuery query) |
protected PlatformEntity |
PlatformRepository.getPlatformEntity(DatasetEntity dataset,
DbQuery query,
org.hibernate.Session session) |
protected java.lang.String |
SessionAwareRepository.getPlatformId(DatasetEntity dataset) |
| Modifier and Type | Class and Description |
|---|---|
class |
DatasetDao<T extends DatasetEntity> |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<T> |
DataDao.getAllInstancesFor(DatasetEntity series,
DbQuery query)
Retrieves all available observation instances belonging to a particular series.
|
T |
DataDao.getClosestOuterNextValue(DatasetEntity dataset,
org.joda.time.DateTime upperBound,
DbQuery query) |
T |
DataDao.getClosestOuterPreviousValue(DatasetEntity dataset,
org.joda.time.DateTime lowerBound,
DbQuery query) |
T |
DataDao.getDataValueViaTimeend(DatasetEntity series,
DbQuery query) |
T |
DataDao.getDataValueViaTimestart(DatasetEntity series,
DbQuery query) |
GeometryEntity |
DataDao.getValueGeometryViaTimeend(DatasetEntity series,
DbQuery query) |
Copyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.