@Retention(value=RUNTIME) @Target(value=METHOD) public @interface UseRowReducer
UseRowMapper.| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends RowReducer<?,?>> |
value
The class implementing
RowReducer. |
public abstract Class<? extends RowReducer<?,?>> value
RowReducer. It must have a no-arg constructor.Copyright © 2019. All rights reserved.