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

javax.jcr.query.qom.Constraint Maven / Gradle / Ivy

There is a newer version: 2024.11.18598.20241113T125352Z-241000
Show newest version
/*
 * Copyright 2009 Day Management AG, Switzerland. All rights reserved.
 */
package javax.jcr.query.qom;

/**
 * Filters the set of node-tuples formed by evaluating the query's selectors and
 * the joins between them.
 * 

* To be included in the query results, a node-tuple must satisfy the * constraint. * * @since JCR 2.0 */ public interface Constraint { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy