@Retention(value=RUNTIME) public @interface BindIn
| Modifier and Type | Required Element and Description | 
|---|---|
| String | valueplaceholder in your query to be replaced with comma-separated list | 
| Modifier and Type | Optional Element and Description | 
|---|---|
| BindIn.EmptyHandling | onEmptywhat to do when the argument is null or empty | 
public abstract String value
public abstract BindIn.EmptyHandling onEmpty
Copyright © 2018. All rights reserved.