@Repository public class ShapeDocumentDaoImpl extends JpaDao<gr.cite.geoanalytics.dataaccess.entities.shape.ShapeDocument,UUID> implements ShapeDocumentDao
entityClass, entityManager, persistenceUnitUtil| Constructor and Description |
|---|
ShapeDocumentDaoImpl() |
| 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 |
loadDetails(gr.cite.geoanalytics.dataaccess.entities.shape.ShapeDocument sd) |
count, create, delete, getAll, isFieldLoaded, isLoaded, read, updatepublic gr.cite.geoanalytics.dataaccess.entities.shape.ShapeDocument find(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape tts,
gr.cite.geoanalytics.dataaccess.entities.document.Document d)
find in interface ShapeDocumentDaopublic List<gr.cite.geoanalytics.dataaccess.entities.shape.ShapeDocument> findByDocument(gr.cite.geoanalytics.dataaccess.entities.document.Document d)
findByDocument in interface ShapeDocumentDaopublic List<gr.cite.geoanalytics.dataaccess.entities.document.Document> findDocumentsByTaxonomyTermShape(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape tts)
findDocumentsByTaxonomyTermShape in interface ShapeDocumentDaopublic List<gr.cite.geoanalytics.dataaccess.entities.shape.ShapeDocument> findByTaxonomyTermShape(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape tts)
findByTaxonomyTermShape in interface ShapeDocumentDaopublic gr.cite.geoanalytics.dataaccess.entities.document.Document findUniqueByTaxonomyTermShape(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape tts)
findUniqueByTaxonomyTermShape in interface ShapeDocumentDaopublic void deleteByTaxonomyTermShape(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape tts)
deleteByTaxonomyTermShape in interface ShapeDocumentDaopublic void deleteByDocument(gr.cite.geoanalytics.dataaccess.entities.document.Document d)
deleteByDocument in interface ShapeDocumentDaopublic gr.cite.geoanalytics.dataaccess.entities.shape.ShapeDocument loadDetails(gr.cite.geoanalytics.dataaccess.entities.shape.ShapeDocument sd)
loadDetails in interface Dao<gr.cite.geoanalytics.dataaccess.entities.shape.ShapeDocument,UUID>Copyright © 2016. All Rights Reserved.