public interface SelectAllProjection extends QueryProjection<Map<String,Object>>
QueryProjection to obtain all the values af a persistent data entity instance.
The values are returned as Map, each element representing the entity instance attribute name (for
example a column name in a RDBMS) and the corresponding entity instance value, which can be null if no
value is available.
Expression.ExpressionResolverFunction<E extends Expression,R extends Expression>, Expression.InvalidExpressionException| Modifier and Type | Method and Description |
|---|---|
static SelectAllProjection |
create()
Create a new
SelectAllProjection. |
bean, constant, countAll, path, propertySet, propertySetgetTemporalType, getType, isCollectionExpression, isConverterExpressionvalidatestatic SelectAllProjection create()
SelectAllProjection.SelectAllProjectionCopyright © 2019 The Holon Platform. All rights reserved.