01: /* 02: * Copyright 2006 Day Management AG, Switzerland. All rights reserved. 03: */ 04: package javax.jcr.query.qom; 05: 06: /** 07: * Filters the set of node-tuples fromed from a {@link Join join}. 08: * 09: * @since JCR 2.0 10: */ 11: public interface JoinCondition { 12: } 13: 14: // EOF