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)
          Create a new PathBuilder instance for the given type
 
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)
Create a new PathBuilder instance for the given type

Parameters:
clazz -
Returns:


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