Package com.querydsl.codegen
Class QueryTypeFactoryImpl
java.lang.Object
com.querydsl.codegen.QueryTypeFactoryImpl
- All Implemented Interfaces:
QueryTypeFactory
QueryTypeFactoryImpl is the default implementation of the QueryTypeFactory interface- Author:
- tiwe
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
QueryTypeFactoryImpl
-
-
Method Details
-
create
Description copied from interface:QueryTypeFactoryCreate an expression type based on the given actual type- Specified by:
createin interfaceQueryTypeFactory- Parameters:
type- actual type- Returns:
- expression type
-