Package | Description |
---|---|
org.joda.beans.query |
Support for the BeanQuery interface.
|
Modifier and Type | Method and Description |
---|---|
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.