public interface ShapeDocumentDao extends Dao<gr.cite.geoanalytics.dataaccess.entities.shape.ShapeDocument,UUID>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByDocument(gr.cite.geoanalytics.dataaccess.entities.document.Document d) |
void |
deleteByTaxonomyTermShape(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape tts) |
gr.cite.geoanalytics.dataaccess.entities.shape.ShapeDocument |
find(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape tts,
gr.cite.geoanalytics.dataaccess.entities.document.Document d) |
List<gr.cite.geoanalytics.dataaccess.entities.shape.ShapeDocument> |
findByDocument(gr.cite.geoanalytics.dataaccess.entities.document.Document d) |
List<gr.cite.geoanalytics.dataaccess.entities.shape.ShapeDocument> |
findByTaxonomyTermShape(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape tts) |
List<gr.cite.geoanalytics.dataaccess.entities.document.Document> |
findDocumentsByTaxonomyTermShape(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape tts) |
gr.cite.geoanalytics.dataaccess.entities.document.Document |
findUniqueByTaxonomyTermShape(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape tts) |
gr.cite.geoanalytics.dataaccess.entities.shape.ShapeDocument find(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape tts,
gr.cite.geoanalytics.dataaccess.entities.document.Document d)
List<gr.cite.geoanalytics.dataaccess.entities.shape.ShapeDocument> findByDocument(gr.cite.geoanalytics.dataaccess.entities.document.Document d)
List<gr.cite.geoanalytics.dataaccess.entities.shape.ShapeDocument> findByTaxonomyTermShape(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape tts)
List<gr.cite.geoanalytics.dataaccess.entities.document.Document> findDocumentsByTaxonomyTermShape(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape tts)
gr.cite.geoanalytics.dataaccess.entities.document.Document findUniqueByTaxonomyTermShape(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape tts)
void deleteByTaxonomyTermShape(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape tts)
void deleteByDocument(gr.cite.geoanalytics.dataaccess.entities.document.Document d)
Copyright © 2016. All Rights Reserved.