Replace BusinessKey with declared natural IDs #1239
Labels
cleanup
Code reorganization and changes that should not impact functionality
enhancement
Enhance the code or user experience
low priority
We centralize the definition of "business keys" in BusinessKey. This can in most cases be replaced by a native Hibernate natural ID.
I think it would also allow us to have natural-ID-based lazy proxies. For example, an
ExpressionExperiment
lazy proxy based on itsshortName
attribute.This is related to #809.
The text was updated successfully, but these errors were encountered: