| Package | Description |
|---|---|
| com.holonplatform.datastore.jpa.jpql.context |
| Modifier and Type | Method and Description |
|---|---|
static JPQLStatementResolutionContext |
JPQLStatementResolutionContext.asChild(JPQLResolutionContext parent,
com.holonplatform.core.datastore.relational.RelationalTarget<?> rootTarget,
JPQLStatementResolutionContext.AliasMode aliasMode)
Create a new
JPQLStatementResolutionContext as a child of given JPQLResolutionContext. |
static JPQLStatementResolutionContext |
JPQLStatementResolutionContext.create(JpaContext context,
com.holonplatform.core.datastore.relational.RelationalTarget<?> rootTarget,
JPQLStatementResolutionContext.AliasMode aliasMode)
Create a new default
JPQLStatementResolutionContext. |
| Modifier and Type | Method and Description |
|---|---|
default Optional<JPQLStatementResolutionContext> |
JPQLResolutionContext.isStatementCompositionContext()
Checks whether this context is a
JPQLStatementResolutionContext. |
Copyright © 2019 The Holon Platform. All rights reserved.