org.jboss.seam.solder.properties.query
Class PropertyQueries
java.lang.Object
org.jboss.seam.solder.properties.query.PropertyQueries
public class PropertyQueries
- extends Object
Utilities for working with property queries
- Author:
- Shane Bryzak, Pete Muir
- See Also:
PropertyQuery
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createQuery
public static <V> PropertyQuery<V> createQuery(Class<?> targetClass)
- Create a new
PropertyQuery
- Type Parameters:
V - - Parameters:
targetClass -
- Returns:
Copyright © 2008-2011 Seam Framework. All Rights Reserved.