public interface EntityViewConstructorMapping
| Modifier and Type | Method and Description |
|---|---|
Constructor<?> |
getConstructor()
Returns the constructor object of the declaring view java type represented by this mapping.
|
EntityViewMapping |
getDeclaringView()
Returns the mapping of the view declaring this constructor.
|
String |
getName()
Returns the name of the view constructor.
|
List<EntityViewParameterMapping> |
getParameters()
Returns the parameter mappings of this constructor mapping.
|
EntityViewMapping getDeclaringView()
String getName()
Constructor<?> getConstructor()
List<EntityViewParameterMapping> getParameters()
Copyright © 2014–2018 Blazebit. All rights reserved.