Hi All:
What are the OO databases available in the market that supports Query-By-Example?
for eg:
Person person = new Person();
person.setFirstName("John");
person.setLastName("Smith");
person.friends = new Map(); //Or any Key-value datatype...
Hi All:
What are the OO databases available in the market that supports Query-By-Example?
for eg:
Person person = new Person();
person.setFirstName("John");
person.setLastName("Smith");
person.friends = new Map(); //Or any Key-value datatype...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.