Uses of Interface
org.neo4j.cypherdsl.core.ExposesProperties
Packages that use ExposesProperties
-
Uses of ExposesProperties in org.neo4j.cypherdsl.core
Classes in org.neo4j.cypherdsl.core with type parameters of type ExposesPropertiesModifier and TypeInterfaceDescriptioninterfaceExposesProperties<T extends ExposesProperties<?> & PropertyContainer>A container that exposes methods to add properties with values to nodes or relationships.Subinterfaces of ExposesProperties in org.neo4j.cypherdsl.coreModifier and TypeInterfaceDescriptioninterfaceSee NodePattern.interfaceSee RelationshipPattern.Classes in org.neo4j.cypherdsl.core that implement ExposesPropertiesModifier and TypeClassDescriptionclassThis is the base class for all nodes.classRelationshipBase<S extends NodeBase<?>,E extends NodeBase<?>, SELF extends RelationshipBase<S, E, SELF>> This is the base class for all relationships.