Class TypeFactory

java.lang.Object
com.querydsl.codegen.TypeFactory

public final class TypeFactory extends Object
TypeFactory is a factory class for Type instances
Author:
tiwe
  • Constructor Details

  • Method Details

    • getEntityType

      public EntityType getEntityType(Class<?> cl)
    • get

      public Type get(Class<?> cl)
    • get

      public Type get(Class<?> cl, Type genericType)
    • get

      public Type get(Class<?> cl, AnnotatedElement annotated, Type genericType)
    • get

      public Type get(boolean entity, Class<?> cl, Type genericType)
    • get

      public Type get(boolean entity, Class<?> cl, AnnotatedElement annotated, Type genericType)
    • extendTypes

      public void extendTypes()
    • setUnknownAsEntity

      public void setUnknownAsEntity(boolean unknownAsEntity)
    • addEmbeddableType

      public void addEmbeddableType(Class<?> cl)
    • addAnnotationHelper

      public void addAnnotationHelper(AnnotationHelper annotationHelper)