
de.tsl2.nano.service.util.finder.Between Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tsl2.nano.serviceaccess Show documentation
Show all versions of tsl2.nano.serviceaccess Show documentation
TSL2 JEE Service Access (Generic Services for Entity Access, JEE File-System-Connector, Generic Featuring, Job-Scheduling, BeanContainer, Batch, Comfortable Bean Query Definitions, JAAS, Authentification, Authorization, )
The newest version!
package de.tsl2.nano.service.util.finder;
import static de.tsl2.nano.service.util.ServiceUtil.addBetweenConditions;
import java.util.Collection;
import de.tsl2.nano.service.util.ServiceUtil;
/**
* between finder. see {@link ServiceUtil} and Finder.
*
* @param result bean type
* @author Thomas Schneider, Thomas Schneider
* @version $Revision$
*/
public class Between extends AbstractFinder {
/** serialVersionUID */
private static final long serialVersionUID = 6586051554455888398L;
T minObject;
T maxObject;
public Between(T minObject, T maxObject, Class
© 2015 - 2025 Weber Informatics LLC | Privacy Policy