Modifier and Type | Optional Element and Description |
---|---|
boolean |
implicitKeyStringConversion
Specify key handling.
|
String |
prefix
If specified, key
key will be bound as prefix.key . |
String[] |
value
The list of allowed map keys to bind.
|
public abstract boolean implicitKeyStringConversion
Map
keys must be strings, or an exception is thrown.
If true, any object may be the key, and it will be converted with Object.toString()
.public abstract String prefix
key
will be bound as prefix.key
.public abstract String[] value
Map
entries. Any missing parameters will cause an exception.
If specified, binds all provided keys. Missing entries are bound with a SQL NULL
.Copyright © 2018. All rights reserved.