Object Query is an open source, platform-independent, and freely distributed command-line software implemented in Java as a small utility for writing refactor-resistant and type-safe queries that feature cross-persistence technology.
Installing and using Object Query on your GNU/Linux operating system is straightforward. You can easily install it via Maven by adding a specific Maven dependency for each implementation, such as JPA, JDO, OrientDB, and Hibernate.
If you want to see Object Query in action, check out the code snippet below:
SelectQuery<Person> query = new GenericSelectQuery<Person>(Person.class);
Person toSearch = query.target();
query.prj(toSearch.getName());
query.eq(toSearch.getMum().getName(),"elisabeth");
query.gt(toSearch.getAge(),20);
query.order(toSearch.getName());
Object Query is a platform-independent application that runs on Linux, Windows, and macOS. It is ideal for computers with 64-bit or 32-bit instruction set architectures.
Go to the Softpas website, press the 'Downloads' button, and pick the app you want to download and install—easy and fast!
SoftPas is your platform for the latest software and technology news, reviews, and guides. Stay up to date with cutting-edge trends in tech and software development.
Subscribe to newsletter
© Copyright 2024, SoftPas, All Rights Reserved.