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