- All Known Subinterfaces:
SpiExpressionRequest
- All Known Implementing Classes:
DefaultExpressionRequest
public interface SpiExpressionBind
Expression bind values capture.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddBindEncryptKey(Object encryptKey) Add an encryption key to bind to this request.voidaddBindValue(Object bindValue) Add a bind value to this request.Return the bean descriptor for the root type.escapeLikeString(String value) Escapes a string to use it as exact match in Like clause.
-
Method Details
-
descriptor
BeanDescriptor<?> descriptor()Return the bean descriptor for the root type. -
addBindEncryptKey
Add an encryption key to bind to this request. -
addBindValue
Add a bind value to this request. -
escapeLikeString
Escapes a string to use it as exact match in Like clause.
-