Class Projection (2.0.0)

public abstract class Projection implements Serializable

A query projection. See Also: Query#getProjections()

Inheritance

java.lang.Object > Projection

Implements

Serializable

Methods

getName()

public abstract String getName()

Returns the name of the property this projection populates.

Returns
TypeDescription
String