public class QueryTypeFactoryImpl extends Object implements QueryTypeFactory
QueryTypeFactoryImpl is the default implementation of the QueryTypeFactory interface| Constructor and Description |
|---|
QueryTypeFactoryImpl(String prefix,
String suffix,
String packageSuffix) |
| Modifier and Type | Method and Description |
|---|---|
com.mysema.codegen.model.Type |
create(com.mysema.codegen.model.Type type)
Create an expression type based on the given actual type
|
public com.mysema.codegen.model.Type create(com.mysema.codegen.model.Type type)
QueryTypeFactorycreate in interface QueryTypeFactorytype - actual typeCopyright © 2007–2016 Querydsl. All rights reserved.