public class QueryTypeFactoryImpl extends Object implements QueryTypeFactory
QueryTypeFactoryImpl
is the default implementation of the QueryTypeFactory
interfaceConstructor 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)
QueryTypeFactory
create
in interface QueryTypeFactory
type
- actual typeCopyright © 2007–2016 Querydsl. All rights reserved.