@Repository public class TaxonomyTermShapeDaoImpl extends JpaDao<gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape,UUID> implements TaxonomyTermShapeDao
entityClass, entityManager, persistenceUnitUtil| Constructor and Description |
|---|
TaxonomyTermShapeDaoImpl() |
| 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 |
loadDetails(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape tts) |
count, create, delete, getAll, isFieldLoaded, isLoaded, read, updatepublic gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape find(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTerm tt,
gr.cite.geoanalytics.dataaccess.entities.shape.Shape s)
find in interface TaxonomyTermShapeDaopublic void deleteByTerm(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTerm tt)
deleteByTerm in interface TaxonomyTermShapeDaopublic gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape findUniqueByTerm(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTerm tt)
findUniqueByTerm in interface TaxonomyTermShapeDaopublic List<gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape> findByTerm(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTerm tt)
findByTerm in interface TaxonomyTermShapeDaopublic List<gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape> findNonProjectByTerm(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTerm tt)
findNonProjectByTerm in interface TaxonomyTermShapeDaopublic List<gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape> findByShape(gr.cite.geoanalytics.dataaccess.entities.shape.Shape s)
findByShape in interface TaxonomyTermShapeDaopublic gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape loadDetails(gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape tts)
loadDetails in interface Dao<gr.cite.geoanalytics.dataaccess.entities.taxonomy.TaxonomyTermShape,UUID>Copyright © 2016. All Rights Reserved.