| Package | Description |
|---|---|
| com.holonplatform.datastore.jdbc.composer.resolvers | |
| com.holonplatform.datastore.jdbc.config |
| 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.