| Modifier and Type | Method and Description |
|---|---|
static List<SQLContextExpressionResolver> |
DefaultSQLExpressionResolvers.getExpressionresolvers()
Get the available expression resolvers.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SQLExpressionResolver<E extends com.holonplatform.core.Expression>
A
SQLContextExpressionResolver to resolve an expression into a SQLExpression. |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<SQLContextExpressionResolver> |
SQLContextExpressionResolver.getDefaultResolvers()
Get the default
SQLContextExpressionResolvers. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JdbcDatastoreExpressionResolver<E extends com.holonplatform.core.Expression,R extends com.holonplatform.core.Expression>
JDBC
ExpressionResolver extension type to allow automatic registration using Java ServiceLoader
extension, through a com.holonplatform.datastore.jdbc.config.JdbcDatastoreExpressionResolver file under
the META-INF/services folder. |
Copyright © 2019 The Holon Platform. All rights reserved.