JNoSQL's internals require that Entity names are distinct within the app, but it's not uncommon to have an app that points at several DBs and may have different documents with the same form name. It could make sense to have an annotation on the class for the real form name, which would be used in queries and saving.
JNoSQL's internals require that Entity names are distinct within the app, but it's not uncommon to have an app that points at several DBs and may have different documents with the same form name. It could make sense to have an annotation on the class for the real form name, which would be used in queries and saving.