com.mysema.query.types.path
Class PathBuilderFactory

java.lang.Object
  extended by com.mysema.query.types.path.PathBuilderFactory

public final class PathBuilderFactory
extends Object

PathBuilderFactory is a factory class for PathBuilder creation

Author:
tiwe

Constructor Summary
PathBuilderFactory()
           
 
Method Summary
<T> PathBuilder<T>
create(Class<T> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathBuilderFactory

public PathBuilderFactory()
Method Detail

create

public <T> PathBuilder<T> create(Class<T> clazz)


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