Uses of Record Class
org.neo4j.cypherdsl.core.StatementCatalog.Property
Packages that use StatementCatalog.Property
-
Uses of StatementCatalog.Property in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return StatementCatalog.PropertyModifier and TypeMethodDescriptionstatic StatementCatalog.PropertyConvenience method to create a new property without a specific owner.static StatementCatalog.PropertyStatementCatalog.property(Set<StatementCatalog.Token> owner, String name) Convenience method to create a new property with a defined owner.Methods in org.neo4j.cypherdsl.core that return types with arguments of type StatementCatalog.PropertyModifier and TypeMethodDescriptionStatementCatalog.getAllPropertyFilters()Returns a map that contains all properties that have been used in a comparing condition as keys and a set of all comparisons they appeared in.StatementCatalog.getProperties()Returns a collection of all properties resolved in the analyzed statement.Methods in org.neo4j.cypherdsl.core with parameters of type StatementCatalog.PropertyModifier and TypeMethodDescriptionStatementCatalog.getFilters(StatementCatalog.Property property) Returns a collection of all filters applied on a specific property.