Annotation Interface QueryBuilderResult


@Target(TYPE) @Retention(RUNTIME) public @interface QueryBuilderResult
Used to annotate custom query builder result beans. If a result bean is annotated with this class, the results will be mapped to this bean. The necessary paths are automatically added to the query builder.
See Also: