This can be used to add expressions to a query - for example to enable partitioning based on the user executing the query.
A BeanQueryAdapter is either found automatically via class path search or can be added programmatically via {@link ServerConfig#add(BeanQueryAdapter)}.
Note that a BeanQueryAdapter should be thread safe (stateless) and if registered automatically via class path search it needs to have a default constructor.
|
|
|
|
|
|