Interface MethodSingularAttribute<X,​Y>

Type Parameters:
X - The type of the declaring entity view
Y - The type of attribute
All Superinterfaces:
Attribute<X,​Y>, MethodAttribute<X,​Y>, SingularAttribute<X,​Y>

public interface MethodSingularAttribute<X,​Y>
extends SingularAttribute<X,​Y>, MethodAttribute<X,​Y>
A singular attribute that is also a method attribute.
Since:
1.5.0
Author:
Christian Beikov