Uses of Class
com.tangosol.coherence.dslquery.operator.LikeOperator
-
Packages that use LikeOperator Package Description com.tangosol.coherence.dslquery.operator This package contains implementations of theBaseOperator
interface. -
-
Uses of LikeOperator in com.tangosol.coherence.dslquery.operator
Subclasses of LikeOperator in com.tangosol.coherence.dslquery.operator Modifier and Type Class Description class
ILikeOperator
A class representing the case-insensitive "ilike" operator.Fields in com.tangosol.coherence.dslquery.operator declared as LikeOperator Modifier and Type Field Description static LikeOperator
LikeOperator. INSTANCE
An instance of the LikeOperator.
-