public interface TaxonomyTermShapeDao extends Dao<gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape,UUID>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByTerm(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTerm tt) |
gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape |
find(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTerm tt,
gr.cite.geoanalytics.dataaccess.entities.shape.Shape s) |
List<gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape> |
findByShape(gr.cite.geoanalytics.dataaccess.entities.shape.Shape s) |
List<gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape> |
findByTerm(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTerm tt) |
List<gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape> |
findNonProjectByTerm(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTerm tt) |
gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape |
findUniqueByTerm(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTerm tt) |
gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape find(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTerm tt,
gr.cite.geoanalytics.dataaccess.entities.shape.Shape s)
gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape findUniqueByTerm(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTerm tt)
List<gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape> findByTerm(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTerm tt)
List<gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape> findNonProjectByTerm(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTerm tt)
List<gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape> findByShape(gr.cite.geoanalytics.dataaccess.entities.shape.Shape s)
void deleteByTerm(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTerm tt)
Copyright © 2016. All Rights Reserved.