Uses of Interface
org.joda.beans.BeanQuery

Packages that use BeanQuery
org.joda.beans Base interfaces and annotations defining Joda-Beans. 
org.joda.beans.impl Base implementations of Joda-Bean interfaces. 
org.joda.beans.impl.direct Implementation of Joda-Beans designed for extension by the code generator. 
org.joda.beans.impl.reflection Implementation of Joda-Beans using reflection. 
org.joda.beans.query Support for the BeanQuery interface. 
 

Uses of BeanQuery in org.joda.beans
 

Subinterfaces of BeanQuery in org.joda.beans
 interface MetaProperty<P>
          A meta-property, defining those aspects of a property which are not specific to a particular bean, such as the property type and name.
 

Methods in org.joda.beans with parameters of type BeanQuery
static Comparator<Bean> JodaBeanUtils.comparator(BeanQuery<?> query, boolean ascending)
          Obtains a comparator for the specified bean query.
static Comparator<Bean> JodaBeanUtils.comparatorAscending(BeanQuery<?> query)
          Obtains an ascending comparator for the specified bean query.
static Comparator<Bean> JodaBeanUtils.comparatorDescending(BeanQuery<?> query)
          Obtains an descending comparator for the specified bean query.
 

Uses of BeanQuery in org.joda.beans.impl
 

Classes in org.joda.beans.impl that implement BeanQuery
 class BasicMetaProperty<P>
          An abstract base meta-property.
 class StandaloneMetaProperty<P>
          A meta-property that exists separate from a bean.
 

Uses of BeanQuery in org.joda.beans.impl.direct
 

Classes in org.joda.beans.impl.direct that implement BeanQuery
 class DirectMetaProperty<P>
          A meta-property implementation designed for use by the code generator.
 

Uses of BeanQuery in org.joda.beans.impl.reflection
 

Classes in org.joda.beans.impl.reflection that implement BeanQuery
 class ReflectiveMetaProperty<P>
          A meta-property implemented using a PropertyDescriptor.
 

Uses of BeanQuery in org.joda.beans.query
 

Classes in org.joda.beans.query that implement BeanQuery
 class ChainedBeanQuery<P>
          A chained query, that allows two or more queries to be joined.
 

Methods in org.joda.beans.query that return types with arguments of type BeanQuery
 List<BeanQuery<?>> ChainedBeanQuery.getChain()
          Gets the list of queries being chained.
 

Methods in org.joda.beans.query with parameters of type BeanQuery
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<? 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<? 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<? 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<? extends Bean> prop2, BeanQuery<P> prop3)
          Obtains a chained query from three 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.
static
<P> ChainedBeanQuery<P>
ChainedBeanQuery.of(BeanQuery<? extends Bean> prop1, BeanQuery<P> prop2)
          Obtains a chained query from two other queries.
 



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