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

io.pelle.mango.client.base.modules.dictionary.hooks.ISearchHook Maven / Gradle / Ivy

The newest version!
package io.pelle.mango.client.base.modules.dictionary.hooks;

import io.pelle.mango.client.base.vo.IBaseVO;
import io.pelle.mango.client.base.vo.query.SelectQuery;

public interface ISearchHook  {
	
	SelectQuery beforeSearch(SelectQuery selectQuery);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy