Uses of Class
de.jaggl.sqlbuilder.domain.LikeType
-
Packages that use LikeType Package Description de.jaggl.sqlbuilder.conditions de.jaggl.sqlbuilder.domain de.jaggl.sqlbuilder.utils -
-
Uses of LikeType in de.jaggl.sqlbuilder.conditions
Methods in de.jaggl.sqlbuilder.conditions with parameters of type LikeType Modifier and Type Method Description default ConditionLikeConditions. isLike(CharSequence value, LikeType likeType)default ConditionLikeConditions. isNotLike(CharSequence value, LikeType likeType)Constructors in de.jaggl.sqlbuilder.conditions with parameters of type LikeType Constructor Description IsLike(Object value1, Object value2, LikeType likeType)IsNotLike(Object value1, Object value2, LikeType likeType) -
Uses of LikeType in de.jaggl.sqlbuilder.domain
Methods in de.jaggl.sqlbuilder.domain that return LikeType Modifier and Type Method Description static LikeTypeLikeType. valueOf(String name)Returns the enum constant of this type with the specified name.static LikeType[]LikeType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LikeType in de.jaggl.sqlbuilder.utils
Methods in de.jaggl.sqlbuilder.utils with parameters of type LikeType Modifier and Type Method Description static StringBuilderUtils. buildLikePart(Object value, LikeType likeType, BuildingContext context, Indentation indentation)
-