Annotation Interface NestedResultPath


@Target(FIELD) @Retention(RUNTIME) public @interface NestedResultPath
Used to annotate a nested bean of a custom query result bean. The value is the sub-path that should be applied to the nested bean. The target type should be another custom bean class where additional properties can be mapped.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details