public class Projection extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Projection.Type
The type of the Projection decides how its fields are projected.
|
| Constructor and Description |
|---|
Projection()
Default constructor that creates a PASS_THROUGH projection.
|
Projection(List<Field> fields,
boolean copy)
Constructor that creates a COPY or NO_COPY projection.
|
Copyright © 2021. All rights reserved.