Class Filter.NestedPathSegment

java.lang.Object
org.neo4j.ogm.cypher.Filter.NestedPathSegment
All Implemented Interfaces:
FilterWithRelationship
Enclosing class:
Filter

public static class Filter.NestedPathSegment extends Object implements FilterWithRelationship
  • Constructor Details

    • NestedPathSegment

      public NestedPathSegment(String propertyName, Class propertyType)
  • Method Details

    • getPropertyName

      public String getPropertyName()
    • getPropertyType

      public Class getPropertyType()
    • getRelationshipType

      public String getRelationshipType()
    • setRelationshipType

      public void setRelationshipType(String relationshipType)
      Specified by:
      setRelationshipType in interface FilterWithRelationship
    • setRelationshipDirection

      public void setRelationshipDirection(Relationship.Direction relationshipDirection)
      Specified by:
      setRelationshipDirection in interface FilterWithRelationship
    • getRelationshipDirection

      public Relationship.Direction getRelationshipDirection()
    • setNestedEntityTypeLabel

      public void setNestedEntityTypeLabel(String nestedEntityTypeLabel)
    • getNestedEntityTypeLabel

      public String getNestedEntityTypeLabel()
    • setNestedRelationshipEntity

      public void setNestedRelationshipEntity(boolean nestedRelationshipEntity)
    • isNestedRelationshipEntity

      public boolean isNestedRelationshipEntity()