Annotation Type MappingSubquery


@Target({METHOD,PARAMETER,FIELD}) @Retention(RUNTIME) public @interface MappingSubquery
Maps the annotated attribute as subquery.
Since:
1.0.0
Author:
Christian Beikov
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The class which provides the subquery.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The expression around the subquery.
    The subquery alias.