Uses of Interface
org.springframework.data.relational.core.conversion.DbAction.WithPropertyPath
Packages that use DbAction.WithPropertyPath
-
Uses of DbAction.WithPropertyPath in org.springframework.data.relational.core.conversion
Subinterfaces of DbAction.WithPropertyPath in org.springframework.data.relational.core.conversionModifier and TypeInterfaceDescriptionstatic interfaceAn action depending on another action for providing additional information like the id of a parent entity.Classes in org.springframework.data.relational.core.conversion that implement DbAction.WithPropertyPathModifier and TypeClassDescriptionstatic final classRepresents a delete statement for all entities that are reachable via a given path from the aggregate root.static final classRepresents a delete statement for all entities that are reachable via a given path from any aggregate root of a given type.static classRepresents an insert statement for a single entity that is not the root of an aggregate.