Query by Example and refactoring

I am working on an project to expand an existing application with a large set of new features. Some of these features require domain model changes. As these changes happen we are also refactoring the existing model to better match the new business requirements. In this application we use Hibernate for the object persistence. As […]

continue reading Query by Example and refactoring