Hi,
Since the best practice is to not make primary keys class properties, how do I then create a qualifier that is based on the primary key of an EO?
Simple Eg: A blog site has nice, short bookmark-able URLs like
http://website.com/blog?id=5 where 5 is the primary key. When the user hits that page then I would need to lookup the blog entry by the primary key.