Uses of Class
org.jboss.seam.solder.properties.query.PropertyQuery

Packages that use PropertyQuery
org.jboss.seam.solder.properties.query A set of utility classes for querying a class for properties based on a set of criteria. 
 

Uses of PropertyQuery in org.jboss.seam.solder.properties.query
 

Methods in org.jboss.seam.solder.properties.query that return PropertyQuery
 PropertyQuery<V> PropertyQuery.addCriteria(PropertyCriteria criteria)
          Add a criteria to query
static
<V> PropertyQuery<V>
PropertyQueries.createQuery(Class<?> targetClass)
          Create a new PropertyQuery
 



Copyright © 2008-2011 Seam Framework. All Rights Reserved.