Class ImplicitJoinNotAllowedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.blazebit.persistence.impl.ImplicitJoinNotAllowedException
All Implemented Interfaces:
Serializable

public class ImplicitJoinNotAllowedException extends RuntimeException
Since:
1.3.0
Author:
Christian Beikov
See Also:
  • Constructor Details

    • ImplicitJoinNotAllowedException

      public ImplicitJoinNotAllowedException(JoinNode baseNode, List<String> joinRelationAttributes, String treatType)
  • Method Details

    • getBaseNode

      public JoinNode getBaseNode()
    • getJoinRelationName

      public String getJoinRelationName()
    • getJoinRelationAttributes

      public List<String> getJoinRelationAttributes()
    • getTreatType

      public String getTreatType()