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

    Modifier and Type
    Method
    Description
    create(Type type)
    Create an expression type based on the given actual type
  • Method Details

    • create

      Type create(Type type)
      Create an expression type based on the given actual type
      Parameters:
      type - actual type
      Returns:
      expression type