Uses of Interface
com.blazebit.persistence.LikeBuilder
Packages that use LikeBuilder
-
Uses of LikeBuilder in com.blazebit.persistence
Methods in com.blazebit.persistence that return LikeBuilderModifier and TypeMethodDescriptionRestrictionBuilder.like()LikeRestrictionBuilder.like(boolean)withcaseSensitive = true.RestrictionBuilder.like(boolean caseSensitive) Creates aLikeBuilderfor building a like predicate.RestrictionBuilder.notLike()LikeRestrictionBuilder.notLike(boolean)withcaseSensitive = true.RestrictionBuilder.notLike(boolean caseSensitive) LikeRestrictionBuilder.like(boolean)but the resulting like predicate is negated.