mirror of
https://github.com/corda/corda.git
synced 2025-03-22 12:05:59 +00:00
* Added an additional property on VaultQueryCriteria to specify an externalId/accountId when performing a vault query. Added logic in hibernate query criteria parser to handle the exernalId join and lookup. Added a test. * Fixed error in test. Fixed backwards incompatible changes. * Updated changelog. * Updated docs to remove incorrect instructions for querying by external ID.