Uses of Interface
org.springframework.data.relational.core.conversion.DbAction.WithEntity
Packages that use DbAction.WithEntity
-
Uses of DbAction.WithEntity in org.springframework.data.relational.core.conversion
Subinterfaces of DbAction.WithEntity 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.static interfaceADbActionpertaining to the root on an aggregate.Classes in org.springframework.data.relational.core.conversion that implement DbAction.WithEntityModifier and TypeClassDescriptionstatic classRepresents an insert statement for a single entity that is not the root of an aggregate.static classRepresents an insert statement for the root of an aggregate.static classRepresents an update statement for the aggregate root.Methods in org.springframework.data.relational.core.conversion that return DbAction.WithEntityModifier and TypeMethodDescriptionDbActionExecutionResult.getAction()DbAction.Insert.getDependingOn()DbAction.WithDependingOn.getDependingOn()TheDbActionof a parent entity, possibly the aggregate root.Constructors in org.springframework.data.relational.core.conversion with parameters of type DbAction.WithEntityModifierConstructorDescriptionDbActionExecutionResult(DbAction.WithEntity<?> action) DbActionExecutionResult(DbAction.WithEntity<?> action, Object generatedId) Insert(T entity, PersistentPropertyPath<RelationalPersistentProperty> propertyPath, DbAction.WithEntity<?> dependingOn, Map<PersistentPropertyPath<RelationalPersistentProperty>, Object> qualifiers, IdValueSource idValueSource)