Interface EntityViewConstructorMapping


public interface EntityViewConstructorMapping
Mapping of an entity view constructor.
Since:
1.2.0
Author:
Christian Beikov
  • Method Details

    • getDeclaringView

      EntityViewMapping getDeclaringView()
      Returns the mapping of the view declaring this constructor.
      Returns:
      The declaring view mapping
    • getName

      String getName()
      Returns the name of the view constructor.
      Returns:
      The view constructor name
    • getConstructor

      Constructor<?> getConstructor()
      Returns the constructor object of the declaring view java type represented by this mapping.
      Returns:
      The constructor represented by this mapping
    • getParameters

      Returns the parameter mappings of this constructor mapping.
      Returns:
      The parameter mappings of this constructor mapping