Package com.querydsl.core.types.dsl
Class PathBuilderFactory
java.lang.Object
com.querydsl.core.types.dsl.PathBuilderFactory
PathBuilderFactory is a factory class for PathBuilder creation- Author:
- tiwe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> PathBuilder<T>Create a new PathBuilder instance for the given type
-
Constructor Details
-
PathBuilderFactory
public PathBuilderFactory() -
PathBuilderFactory
-
-
Method Details
-
create
Create a new PathBuilder instance for the given type- Parameters:
type- type of expression- Returns:
- new PathBuilder instance
-