public class QueryTypeFactoryImpl extends java.lang.Object implements QueryTypeFactory
QueryTypeFactoryImpl is the default implementation of the QueryTypeFactory interface| Constructor and Description |
|---|
QueryTypeFactoryImpl(java.lang.String prefix,
java.lang.String suffix,
java.lang.String packageSuffix) |
| Modifier and Type | Method and Description |
|---|---|
Type |
create(Type type)
Create an expression type based on the given actual type
|
@Inject
public QueryTypeFactoryImpl(@Named(value="prefix")
java.lang.String prefix,
@Named(value="suffix")
java.lang.String suffix,
@Named(value="packageSuffix")
java.lang.String packageSuffix)
public Type create(Type type)
QueryTypeFactorycreate in interface QueryTypeFactorytype - actual typeCopyright © 2007–2021 Querydsl. All rights reserved.