public interface javax.persistence.criteria.Join<Z, X> extends javax.persistence.criteria.From<Z, X>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: javax.persistence.criteria.Join
  super_class: java.lang.Object
{
  public abstract javax.persistence.criteria.Join<Z, X> on(javax.persistence.criteria.Expression<java.lang.Boolean>);
    descriptor: (Ljavax/persistence/criteria/Expression;)Ljavax/persistence/criteria/Join;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljavax/persistence/criteria/Expression<Ljava/lang/Boolean;>;)Ljavax/persistence/criteria/Join<TZ;TX;>;
    MethodParameters:
             Name  Flags
      restriction  

  public abstract javax.persistence.criteria.Join<Z, X> on(javax.persistence.criteria.Predicate[]);
    descriptor: ([Ljavax/persistence/criteria/Predicate;)Ljavax/persistence/criteria/Join;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([Ljavax/persistence/criteria/Predicate;)Ljavax/persistence/criteria/Join<TZ;TX;>;
    MethodParameters:
              Name  Flags
      restrictions  

  public abstract javax.persistence.criteria.Predicate getOn();
    descriptor: ()Ljavax/persistence/criteria/Predicate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract javax.persistence.metamodel.Attribute<? super Z, ?> getAttribute();
    descriptor: ()Ljavax/persistence/metamodel/Attribute;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljavax/persistence/metamodel/Attribute<-TZ;*>;

  public abstract javax.persistence.criteria.From<?, Z> getParent();
    descriptor: ()Ljavax/persistence/criteria/From;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljavax/persistence/criteria/From<*TZ;>;

  public abstract javax.persistence.criteria.JoinType getJoinType();
    descriptor: ()Ljavax/persistence/criteria/JoinType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: <Z:Ljava/lang/Object;X:Ljava/lang/Object;>Ljava/lang/Object;Ljavax/persistence/criteria/From<TZ;TX;>;
SourceFile: "Join.java"