| Package | Description |
|---|---|
| com.holonplatform.datastore.jpa.config | |
| com.holonplatform.datastore.jpa.context | |
| com.holonplatform.datastore.jpa.jpql.context |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JpaDatastoreCommodityContext
JPA Datastore
DatastoreCommodityContext. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JpaExecutionContext
JPA operation execution context.
|
interface |
JpaOperationContext
JPA datastore operations execution context.
|
| Modifier and Type | Method and Description |
|---|---|
static JpaExecutionContext |
JpaExecutionContext.create(JpaContext context,
javax.persistence.EntityManager entityManager)
Create a new
JpaExecutionContext. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JPQLResolutionContext
JPQL
ExpressionResolver.ResolutionContext. |
interface |
JPQLStatementResolutionContext
A
JPQLResolutionContext extension which supports statement alias generation and inspection. |
| Modifier and Type | Method and Description |
|---|---|
static JPQLResolutionContext |
JPQLResolutionContext.create(JpaContext context)
Create a new default
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.