Skip to:
Similar to what Hibernate ORM provides for JPA.
There are several key differences, though:
the metamodel is the one of the index, not of the entity: we deal with index fields, not with entity attributes.
there is no (good) query language to allow generating a query from a string
Similar to what Hibernate ORM provides for JPA.
There are several key differences, though:
the metamodel is the one of the index, not of the entity: we deal with index fields, not with entity attributes.
there is no (good) query language to allow generating a query from a string