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

org.nbone.persistence.criterion.IQueryCustom Maven / Gradle / Ivy

package org.nbone.persistence.criterion;


public interface IQueryCustom {
	
	 public  IQueryCustom setCustom(String s);

	 public  void appendCustom(String s);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy