All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.talanlabs.mybatis.rsql.engine.ILikePolicy Maven / Gradle / Ivy

The newest version!
package com.talanlabs.mybatis.rsql.engine;

public interface ILikePolicy {

    /**
     * @return A like symbol default %
     */
    String getLikeSymbol();

    /**
     * @return Escape symbole default \
     */
    String getEscapeSymbol();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy