| Package | Description |
|---|---|
| com.holonplatform.datastore.jdbc.composer.expression |
| Modifier and Type | Method and Description |
|---|---|
static <R> SQLProjection.MutableSQLProjection<R> |
SQLProjection.create(Class<? extends R> projectionType)
Create a new
SQLProjection. |
static <R> SQLProjection.MutableSQLProjection<R> |
SQLProjection.create(Class<? extends R> projectionType,
int aliasMainSequence)
Create a new
SQLProjection. |
static <R> SQLProjection.MutableSQLProjection<R> |
SQLProjection.create(Class<? extends R> projectionType,
SQLCompositionContext context)
Create a new
SQLProjection. |
Copyright © 2019 The Holon Platform. All rights reserved.