Class Supertype

java.lang.Object
com.querydsl.codegen.Supertype

public class Supertype extends Object
Supertype defines a tuple of a Type and an optional EntityType instance used for supertype references in EntityType instances
Author:
tiwe
  • Constructor Details

    • Supertype

      public Supertype(Type type)
    • Supertype

      public Supertype(Type type, EntityType entityType)
  • Method Details

    • getEntityType

      @Nullable public @Nullable EntityType getEntityType()
    • getType

      public Type getType()
    • setEntityType

      public void setEntityType(EntityType entityType)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object