Uses of Package
org.springframework.data.relational.core.conversion
Packages that use org.springframework.data.relational.core.conversion
Package
Description
-
Classes in org.springframework.data.relational.core.conversion used by org.springframework.data.relational.core.conversionClassDescriptionBase class for
RelationalConverterimplementations.Represents the change happening to the aggregate (as used in the context of Domain Driven Design) as a whole.The kind of action to be performed on an aggregate.Represents the changes happening to one or more aggregates (as used in the context of Domain Driven Design) as a whole.An instance of this interface represents a (conceptual) single interaction with a database, e.g. a single update, used as a step when synchronizing the state of an aggregate with the database.Represents a batch ofDbActionthat share a common value for a property of the action.Represents a delete statement for all entities that are reachable via a given path from the aggregate root.Represents a delete statement for a aggregate root when only the ID is known.Represents an insert statement for a single entity that is not the root of an aggregate.Represents an insert statement for the root of an aggregate.An action depending on another action for providing additional information like the id of a parent entity.ADbActionthat stores the information of a single entity in the database.ADbActionnot operation on the root of an aggregate but on its contained entities.ADbActionpertaining to the root on an aggregate.Represents the change happening to the aggregate (as used in the context of Domain Driven Design) as a whole.Enumeration describing the source of a value for an id property.MappingRelationalConverter.RelationalPropertyValueProviderextension to obtain values forAggregatePaths.Conversion context defining an interface for graph-traversal-based conversion of row documents.Conversion context holding references to simpleMappingRelationalConverter.DefaultConversionContext.ValueConverterandMappingRelationalConverter.DefaultConversionContext.ContainerValueConverter.Converts a containersourcevalue intothe target type.Converts a simplesourcevalue intothe target type.PropertyValueProviderto evaluate a SpEL expression if present on the property or simply accesses the field of the configured sourceRowDocument.Projecting variant ofMappingRelationalConverter.ConversionContextapplying mapping-metadata rules from the related entity.ExtendedParameterValueProviderthat can report whether a property value is present and contextualize the instance for specific behavior like projection mapping in the context of a property.Represents the change happening to the aggregate (as used in the context of Domain Driven Design) as a whole.A path of objects nested into each other.ARelationalConverteris responsible for converting for values to the native relational representation and vice versa.Represents the change happening to the aggregate (as used in the context of Domain Driven Design) as a whole.Wrapper value object for aRowDocumentto be able to access raw values byRelationalPersistentPropertyreferences. -
Classes in org.springframework.data.relational.core.conversion used by org.springframework.data.relational.core.mapping.eventClassDescriptionRepresents the change happening to the aggregate (as used in the context of Domain Driven Design) as a whole.Represents the change happening to the aggregate (as used in the context of Domain Driven Design) as a whole.