Class QueryTypeFactoryImpl

java.lang.Object
com.querydsl.codegen.QueryTypeFactoryImpl
All Implemented Interfaces:
QueryTypeFactory

public class QueryTypeFactoryImpl extends Object implements QueryTypeFactory
QueryTypeFactoryImpl is the default implementation of the QueryTypeFactory interface
Author:
tiwe
  • Constructor Details

    • QueryTypeFactoryImpl

      @Inject public QueryTypeFactoryImpl(@Named("prefix") String prefix, @Named("suffix") String suffix, @Named("packageSuffix") String packageSuffix)
  • Method Details

    • create

      public Type create(Type type)
      Description copied from interface: QueryTypeFactory
      Create an expression type based on the given actual type
      Specified by:
      create in interface QueryTypeFactory
      Parameters:
      type - actual type
      Returns:
      expression type