protected static class ERXComparisonSupport.StringQualifierSupport
extends com.webobjects.eocontrol.EOQualifier.ComparisonSupport
Support class that adds regex matching, causing it to use the correct selector String.matches(String)
instead of String.matches(Object).
We would not need this if there was a way to set the selector by name in EOQualifier...