| Package | Description |
|---|---|
| com.holonplatform.datastore.jpa.jpql.context |
| Modifier and Type | Method and Description |
|---|---|
static JPQLStatementResolutionContext.AliasMode |
JPQLStatementResolutionContext.AliasMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JPQLStatementResolutionContext.AliasMode[] |
JPQLStatementResolutionContext.AliasMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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. |
Copyright © 2019 The Holon Platform. All rights reserved.