Interface EntityViewParameterMapping

All Superinterfaces:
EntityViewAttributeMapping

public interface EntityViewParameterMapping
extends EntityViewAttributeMapping
Mapping of an entity view constructor parameter attribute.
Since:
1.2.0
Author:
Christian Beikov
  • Method Details

    • getDeclaringConstructor

      EntityViewConstructorMapping getDeclaringConstructor()
      Returns the mapping of the constructor declaring this attribute.
      Returns:
      The declaring constructor mapping
    • getIndex

      int getIndex()
      Returns the 0-based index of the parameter represented by this parameter mapping.
      Returns:
      The 0-based parameter index