org.jboss.seam.solder.properties.query
Class PropertyQueries

java.lang.Object
  extended by 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

Method Summary
static
<V> PropertyQuery<V>
createQuery(Class<?> targetClass)
          Create a new PropertyQuery
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createQuery

public static <V> PropertyQuery<V> createQuery(Class<?> targetClass)
Create a new PropertyQuery

Type Parameters:
V -
Parameters:
targetClass -
Returns:


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