Package | Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicMetaProperty<P>
An abstract base meta-property.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectMetaProperty<P>
A meta-property implementation designed for use by
DirectBean . |
Modifier and Type | Class and Description |
---|---|
class |
ReflectiveMetaProperty<P>
A meta-property implemented using a
PropertyDescriptor . |
Modifier and Type | Class and Description |
---|---|
class |
ChainedBeanQuery<P>
A chained query, that allows two or more queries to be joined.
|
Modifier and Type | Method and Description |
---|---|
List<BeanQuery<?>> |
ChainedBeanQuery.getChain()
Gets the list of queries being chained.
|
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<? 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–2013 Joda.org. All rights reserved.