Annotation Interface TypeRole


A type role indicates a method element in a repository that plays a role in query execution and should not be factored into query calculation but instead made available at runtime using the specified role name.

This is used for example to configure a Pageable object to be handled differently to other query arguments.

The parameter names of each role can be resolved from the MethodInvocationContext as a member of the DataMethod annotation where the member name is the role name.

Since:
1.0.0
Author:
graemerocher
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the role.
    The parameter type.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The parameter that defines an iterable of the entity instances.
    static final String
    The parameter that defines an instance of the entity.
    static final String
    The parameter that is used for the ID of entity.
    static final String
    The parameter that is used to represent a Page.
    static final String
    The parameter that is used for pagination.
    static final String
    The parameter that is used to represent a Slice.
    static final String
    The parameter that is used for sorting.