Class RelationCriteria

java.lang.Object
All Implemented Interfaces:
java.io.Serializable, java.util.function.Predicate<java.lang.Object>

public class RelationCriteria
extends Criteria
A RelationCriteria is a special Criteria that is used internally by RelationLists that need to load additional element entities.
See Also:
Serialized Form
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.minimalj.repository.query.Criteria

    Criteria.AndCriteria, Criteria.CompoundCriteria, Criteria.OrCriteria
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getCrossName()  
    java.lang.Object getRelatedId()  
    boolean test​(java.lang.Object t)  

    Methods inherited from class org.minimalj.repository.query.Criteria

    and, or

    Methods inherited from class org.minimalj.repository.query.Query

    getCriteria, limit, limit, order, order

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Predicate

    and, negate, or
  • Method Details

    • getCrossName

      public java.lang.String getCrossName()
    • getRelatedId

      public java.lang.Object getRelatedId()
    • test

      public boolean test​(java.lang.Object t)