sessionPinningFilters property

List<String>? sessionPinningFilters
final

Each item in the list represents a class of SQL operations that normally cause all later statements in a session using a proxy to be pinned to the same underlying database connection. Including an item in the list exempts that class of SQL operations from the pinning behavior. Currently, the only allowed value is EXCLUDE_VARIABLE_SETS.

Implementation

final List<String>? sessionPinningFilters;