Search the Quartz maps
        Posted  
        
            by user197127
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user197127
        
        
        
        Published on 2010-05-15T08:01:15Z
        Indexed on 
            2010/05/15
            8:04 UTC
        
        
        Read the original article
        Hit count: 307
        
Hi,
I would like to store some properties in the quartz datastore (jdbc) and then be able to find all triggers/jobs that match. E.g. store the user id related to a trigger and then query like user_id=555.
Previously, I used to query the database directly but this is naturally not a good way.
Anyone has another suggestion on how to accomplish this?
Thanks.
© Stack Overflow or respective owner