Class PathMetadata

java.lang.Object
com.querydsl.core.types.PathMetadata
All Implemented Interfaces:
Serializable

@Immutable public final class PathMetadata extends Object implements Serializable
PathMetadata provides metadata for Path expressions.
Author:
tiwe
See Also:
  • Constructor Details

    • PathMetadata

      public PathMetadata(@Nullable @Nullable Path<?> parent, Object element, PathType type)
  • Method Details

    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getElement

      public Object getElement()
    • getName

      public String getName()
    • getParent

      @Nullable public @Nullable Path<?> getParent()
    • getPathType

      public PathType getPathType()
    • getRootPath

      @Nullable public @Nullable Path<?> getRootPath()
    • hashCode

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

      public boolean isRoot()