
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