| Package | Description |
|---|---|
| com.holonplatform.datastore.jpa.context | |
| com.holonplatform.datastore.jpa.jpql |
| Modifier and Type | Method and Description |
|---|---|
static JpaExecutionContext |
JpaExecutionContext.create(JpaContext context,
javax.persistence.EntityManager entityManager)
Create a new
JpaExecutionContext. |
| Modifier and Type | Method and Description |
|---|---|
R |
JPQLResultConverter.convert(JpaExecutionContext context,
Q result)
Convert a query result into expected result type.
|
<T> T |
JPQLValueDeserializer.deserialize(JpaExecutionContext context,
com.holonplatform.core.TypedExpression<T> expression,
Object value)
Deserialize the
value associated to given expression, to obtain a value type which
matches the expression type. |
Object |
JPQLValueDeserializer.ValueProcessor.processValue(JpaExecutionContext context,
com.holonplatform.core.TypedExpression<?> expression,
Object value)
Process a value to be deserialized.
|
Copyright © 2019 The Holon Platform. All rights reserved.