Uses of Interface
org.springframework.data.relational.core.conversion.DbAction
Packages that use DbAction
-
Uses of DbAction in org.springframework.data.relational.core.conversion
Classes in org.springframework.data.relational.core.conversion with type parameters of type DbActionModifier and TypeClassDescriptionstatic classDbAction.BatchWithValue<T, A extends DbAction<T>, B>Represents a batch ofDbActionthat share a common value for a property of the action.Subinterfaces of DbAction 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 interfaceADbActionthat stores the information of a single entity in the database.static interfaceADbActionnot operation on the root of an aggregate but on its contained entities.static interfaceADbActionpertaining to the root on an aggregate.Classes in org.springframework.data.relational.core.conversion that implement DbActionModifier and TypeClassDescriptionstatic final classRepresents an acquire lock statement for all aggregate roots of a given type.static final classRepresents an acquire lock statement for an aggregate root when only the ID is known.static final classRepresents a batch delete statement for multiple entities that are reachable via a given path from the aggregate root.static final classRepresents a batch delete statement for multiple entities that are aggregate roots.static final classRepresents a batch insert statement for a multiple entities that are not aggregate roots.static final classRepresents a batch insert statement for a multiple entities that are aggregate roots.static classDbAction.BatchWithValue<T, A extends DbAction<T>, B>Represents a batch ofDbActionthat share a common value for a property of the action.static final recordRepresents a delete statement for all entities that are reachable via a given path from the aggregate root.static final recordRepresents a delete statement for all entities that are reachable via a given path from any aggregate root of a given type.static final recordRepresents a delete statement for all aggregate roots of a given type.static final recordRepresents a delete statement for an aggregate root when only the ID is known.static 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 with parameters of type DbActionModifier and TypeMethodDescriptionvoidAdds an action to thisAggregateChange.voidAdds an action to thisAggregateChange.Method parameters in org.springframework.data.relational.core.conversion with type arguments of type DbActionModifier and TypeMethodDescriptionvoidAggregateChange.forEachAction(Consumer<? super DbAction<?>> consumer) Applies the given consumer to eachDbActionin thisAggregateChange.voidDeleteAggregateChange.forEachAction(Consumer<? super DbAction<?>> consumer) voidDeleteBatchingAggregateChange.forEachAction(Consumer<? super DbAction<?>> consumer) voidSaveBatchingAggregateChange.forEachAction(Consumer<? super DbAction<?>> consumer) Constructors in org.springframework.data.relational.core.conversion with parameters of type DbAction