@Repository public class LayerTagDaoImpl extends JpaDao<gr.cite.geoanalytics.dataaccess.entities.layer.LayerTag,UUID> implements LayerTagDao
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
log |
entityClass, entityManager, persistenceUnitUtil| Constructor and Description |
|---|
LayerTagDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<gr.cite.geoanalytics.dataaccess.entities.layer.Layer> |
findLayersOfTag(gr.cite.geoanalytics.dataaccess.entities.tag.Tag tag) |
List<gr.cite.geoanalytics.dataaccess.entities.layer.LayerTag> |
findLayerTagsByLayer(gr.cite.geoanalytics.dataaccess.entities.layer.Layer layer) |
List<gr.cite.geoanalytics.dataaccess.entities.layer.LayerTag> |
findLayerTagsByLayerAndTagName(gr.cite.geoanalytics.dataaccess.entities.layer.Layer layer,
Collection<String> tags) |
List<gr.cite.geoanalytics.dataaccess.entities.layer.LayerTag> |
findLayerTagsByLayerAndTagNameNotInTagNamesList(gr.cite.geoanalytics.dataaccess.entities.layer.Layer layer,
Collection<String> tags) |
List<gr.cite.geoanalytics.dataaccess.entities.layer.LayerTag> |
findLayerTagsByTag(gr.cite.geoanalytics.dataaccess.entities.tag.Tag tag) |
List<LayerTagInfo> |
findTagsOfLayer(gr.cite.geoanalytics.dataaccess.entities.layer.Layer layer) |
gr.cite.geoanalytics.dataaccess.entities.layer.LayerTag |
loadDetails(gr.cite.geoanalytics.dataaccess.entities.layer.LayerTag t) |
count, create, delete, getAll, isFieldLoaded, isLoaded, read, updatepublic List<LayerTagInfo> findTagsOfLayer(gr.cite.geoanalytics.dataaccess.entities.layer.Layer layer) throws Exception
findTagsOfLayer in interface LayerTagDaoExceptionpublic List<gr.cite.geoanalytics.dataaccess.entities.layer.Layer> findLayersOfTag(gr.cite.geoanalytics.dataaccess.entities.tag.Tag tag) throws Exception
findLayersOfTag in interface LayerTagDaoExceptionpublic List<gr.cite.geoanalytics.dataaccess.entities.layer.LayerTag> findLayerTagsByLayer(gr.cite.geoanalytics.dataaccess.entities.layer.Layer layer) throws Exception
findLayerTagsByLayer in interface LayerTagDaoExceptionpublic List<gr.cite.geoanalytics.dataaccess.entities.layer.LayerTag> findLayerTagsByLayerAndTagName(gr.cite.geoanalytics.dataaccess.entities.layer.Layer layer, Collection<String> tags) throws Exception
findLayerTagsByLayerAndTagName in interface LayerTagDaoExceptionpublic List<gr.cite.geoanalytics.dataaccess.entities.layer.LayerTag> findLayerTagsByLayerAndTagNameNotInTagNamesList(gr.cite.geoanalytics.dataaccess.entities.layer.Layer layer, Collection<String> tags) throws Exception
findLayerTagsByLayerAndTagNameNotInTagNamesList in interface LayerTagDaoExceptionpublic List<gr.cite.geoanalytics.dataaccess.entities.layer.LayerTag> findLayerTagsByTag(gr.cite.geoanalytics.dataaccess.entities.tag.Tag tag) throws Exception
findLayerTagsByTag in interface LayerTagDaoExceptionpublic gr.cite.geoanalytics.dataaccess.entities.layer.LayerTag loadDetails(gr.cite.geoanalytics.dataaccess.entities.layer.LayerTag t)
loadDetails in interface Dao<gr.cite.geoanalytics.dataaccess.entities.layer.LayerTag,UUID>Copyright © 2018. All Rights Reserved.