Uses of Interface
org.neo4j.cypherdsl.core.PropertyContainer
Packages that use PropertyContainer
-
Uses of PropertyContainer in org.neo4j.cypherdsl.core
Classes in org.neo4j.cypherdsl.core with type parameters of type PropertyContainerModifier and TypeInterfaceDescriptioninterfaceExposesProperties<T extends ExposesProperties<?> & PropertyContainer>A container that exposes methods to add properties with values to nodes or relationships.Subinterfaces of PropertyContainer in org.neo4j.cypherdsl.coreModifier and TypeInterfaceDescriptioninterfaceSee NodePattern.interfaceSee RelationshipPattern.Classes in org.neo4j.cypherdsl.core that implement PropertyContainerModifier 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.