Persistence Criteria Property enhancements to allow properties to be defined based on Member Path. Resolves issue with multiple Associate members for same entity type. when creating a criteria there was no way to specify which menber to query against.

Merged
#33 · Created  · Last updated

Description

Added MemberPath string to Property Create method, Store Associate tables by member path, Edit Find method to lookup table aliases using new member path param value if it is provided. Property and findtable method are still backward compatible with previous constructor in that if a memberpath parameter value is not provided then the table will be looked up by table name. Test are also provided in SessionTests for this new feature.

0 attachments

0 comments

Loading commits...