Uses of Class
org.joda.beans.query.ChainedBeanQuery

Packages that use ChainedBeanQuery
org.joda.beans.query Support for the BeanQuery interface. 
 

Uses of ChainedBeanQuery in org.joda.beans.query
 

Methods in org.joda.beans.query that return ChainedBeanQuery
static
<P> ChainedBeanQuery<P>
ChainedBeanQuery.of(BeanQuery<? extends Bean> prop1, BeanQuery<? extends Bean> prop2, BeanQuery<? extends Bean> prop3, BeanQuery<P> prop4)
          Obtains a chained query from four queries.
static
<P> ChainedBeanQuery<P>
ChainedBeanQuery.of(BeanQuery<? extends Bean> prop1, BeanQuery<? extends Bean> prop2, BeanQuery<P> prop3)
          Obtains a chained query from three queries.
static
<P> ChainedBeanQuery<P>
ChainedBeanQuery.of(BeanQuery<? extends Bean> prop1, BeanQuery<P> prop2)
          Obtains a chained query from two other queries.
 



Copyright © 2007–2013 Joda.org. All rights reserved.