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 final recordRepresents 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.static classRepresents an upsert statement for the aggregate root.Methods in org.springframework.data.relational.core.conversion that return DbAction.WithEntityModifier and TypeMethodDescriptionDbAction.Insert.dependingOn()Returns the value of thedependingOnrecord component.DbAction.WithDependingOn.dependingOn()TheDbActionof a parent entity, possibly the aggregate root.DbActionExecutionResult.getAction()Constructors in org.springframework.data.relational.core.conversion with parameters of type DbAction.WithEntityModifierConstructorDescriptionDbActionExecutionResult(DbAction.WithEntity<?> action) DbActionExecutionResult(DbAction.WithEntity<?> action, @Nullable Object generatedId) Insert(T entity, PersistentPropertyPath<RelationalPersistentProperty> propertyPath, DbAction.WithEntity<?> dependingOn, Map<PersistentPropertyPath<RelationalPersistentProperty>, Object> qualifiers, IdValueSource idValueSource) Creates an instance of aInsertrecord class.