Package com.querydsl.codegen
Interface QueryTypeFactory
- All Known Implementing Classes:
QueryTypeFactoryImpl
public interface QueryTypeFactory
QueryTypeFactory defines an interface for mapping domain types to Querydsl expression types- Author:
- tiwe
-
Method Summary
-
Method Details
-
create
Create an expression type based on the given actual type- Parameters:
type- actual type- Returns:
- expression type
-