Class ProjectionProperty<V>

java.lang.Object
io.github.mmm.property.criteria.ProjectionProperty<V>
Type Parameters:
V - type of the selection value.
All Implemented Interfaces:
io.github.mmm.value.CriteriaObject<V>

public class ProjectionProperty<V> extends Object implements io.github.mmm.value.CriteriaObject<V>
Projection from a selection to a single property in a projection (SelectProjection).
Since:
1.0.0
  • Constructor Details

    • ProjectionProperty

      public ProjectionProperty(io.github.mmm.value.CriteriaObject<V> selection, io.github.mmm.value.PropertyPath<V> property)
      The constructor.
      Parameters:
      selection - the selection.
      property - the projection property.
  • Method Details