com.mysema.query.sql
Class RelationalPathUtils

java.lang.Object
  extended by com.mysema.query.sql.RelationalPathUtils

public final class RelationalPathUtils
extends Object

RelationalPathUtils provides static utility methods for RelationalPath instances

Author:
tiwe

Method Summary
static
<T> FactoryExpression<T>
createProjection(RelationalPath<T> path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createProjection

public static <T> FactoryExpression<T> createProjection(RelationalPath<T> path)


Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.