views:

19

answers:

0

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.