Interface SpiExpressionBind

All Known Subinterfaces:
SpiExpressionRequest
All Known Implementing Classes:
DefaultExpressionRequest

public interface SpiExpressionBind
Expression bind values capture.
  • Method Details

    • descriptor

      BeanDescriptor<?> descriptor()
      Return the bean descriptor for the root type.
    • addBindEncryptKey

      void addBindEncryptKey(Object encryptKey)
      Add an encryption key to bind to this request.
    • addBindValue

      void addBindValue(Object bindValue)
      Add a bind value to this request.
    • escapeLikeString

      String escapeLikeString(String value)
      Escapes a string to use it as exact match in Like clause.