Denis Stepanov
Denis Stepanov
Maybe, but that is a bit more complex and can be added later.
I'm a bit afraid to support all that `#{..}` syntax in SQL queries
@graemerocher Do we know at the compilation time what is the return type of the expression?
I will try to integrate the expression language. I'm thinking to avoid embedding the language into the SQL query (to simlify parsing, checking for brackets etc) by introducing an annotation...
Why would you use it without an expression? For the tenant scenario we would use the same expression implementation that would extract some interface and the tenant id.
I don't think we want to support mapping using the Hibernate XML format. We might support JPA XML format in the future, which would require those files to be processed...
Sorry for getting late to it. It looks good, but the configuration should be done to each Mongo Client defined. It might be better to contribute it to Micronaut MongoDB.
Yes, but `Specification` used `Javax` before Hibernate switched to Jakarta annotations and `QuerySpecification` was introduced to be used with Jakarta criteria for Micronaut Data JDBC / R2DBC etc. We should...
@radovanradic This might be the same problem with JOIN entries missing when added in the citeria
@GeitV Can you please try the latest version?