You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Andrus Adamchik (JIRA)" <ji...@apache.org> on 2011/02/23 15:04:41 UTC

[jira] Updated: (CAY-1465) Triggering removeGroup on update/delete/insert query

     [ https://issues.apache.org/jira/browse/CAY-1465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrus Adamchik updated CAY-1465:
---------------------------------

    Fix Version/s:     (was: 3.1M1)
                   3.1 (final)

> Triggering removeGroup on update/delete/insert query
> ----------------------------------------------------
>
>                 Key: CAY-1465
>                 URL: https://issues.apache.org/jira/browse/CAY-1465
>             Project: Cayenne
>          Issue Type: New Feature
>          Components: Core Library
>    Affects Versions: 3.0, 3.1M1
>            Reporter: Evgeny Ryabitskiy
>             Fix For: 3.1 (final)
>
>
> It can be useful for this case:
> I have 2 selects (NamedQueries) for table Artists, which have SHARED
> cache policy:
> MyArtistsSelectQuery1 from group ArtistsTableGroup:
> select * from Artists where isModern = 0
> MyArtistsSelectQuery2 from group ArtistsTableGroup:
> select * from Artists where isModern = 1
> And one insert:
> MyArtistsInsertQuery1
> insert into Artists values (....) .....
> Select NamedQueries are marked by properties in XML
>                <property name="cayenne.GenericSelectQuery.cacheStrategy"
> value="SHARED_CACHE"/>
>                <property name="cayenne.GenericSelectQuery.cacheGroups"
> value="ArtistsTableGroup"/>
> So, I would like to mark insert query as trigger for cache group
> removingin SHARED cache, like implicit execution of:
> domain.getQueryCache().removeGroup("ArtistsTableGroup");
> after successful insert.
> some property like:
>   <property name="cayenne.GenericSelectQuery.removeGroups"
> value="ArtistsTableGroup"/>
> I think it can be very useful.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira