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

io.pelle.mango.client.base.vo.query.IExpression Maven / Gradle / Ivy

The newest version!
package io.pelle.mango.client.base.vo.query;

import java.io.Serializable;

public interface IExpression extends Serializable {

	String getJPQL(IAliasProvider aliasProvider);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy