public final class PathBuilderFactory
extends java.lang.Object
PathBuilderFactory is a factory class for PathBuilder creation| Constructor and Description |
|---|
PathBuilderFactory() |
PathBuilderFactory(java.lang.String suffix) |
| Modifier and Type | Method and Description |
|---|---|
<T> PathBuilder<T> |
create(java.lang.Class<T> type)
Create a new PathBuilder instance for the given type
|
public PathBuilderFactory()
public PathBuilderFactory(java.lang.String suffix)
public <T> PathBuilder<T> create(java.lang.Class<T> type)
type - type of expressionCopyright © 2007–2021 Querydsl. All rights reserved.