When using the OrientDB object database, how can I tell the database that in my POJO, the link to another user-defined object or to a list of other custom objects should be stored in an in-built manner, not by links. Apparently, by default, OrientDB tries to store them in separate documents, which is not necessary in our case.
source share