public interface LayerTenantDao extends Dao<gr.cite.geoanalytics.dataaccess.entities.layer.LayerTenant,UUID>
| Modifier and Type | Method and Description |
|---|---|
gr.cite.geoanalytics.dataaccess.entities.layer.LayerTenant |
findLayerTenantByLayer(gr.cite.geoanalytics.dataaccess.entities.layer.Layer layer) |
List<gr.cite.geoanalytics.dataaccess.entities.layer.LayerTenant> |
getLayerTenantsByLayerId(UUID id) |
List<gr.cite.geoanalytics.dataaccess.entities.layer.LayerTenant> getLayerTenantsByLayerId(UUID id)
gr.cite.geoanalytics.dataaccess.entities.layer.LayerTenant findLayerTenantByLayer(gr.cite.geoanalytics.dataaccess.entities.layer.Layer layer)
Copyright © 2018. All Rights Reserved.