Uses of Record Class
cloud.quinimbus.persistence.api.schema.Metadata
Package
Description
-
Uses of Metadata in cloud.quinimbus.persistence.api.schema
Modifier and TypeMethodDescriptionMetadataBuilder.build()
Return a new record instance with all fields set to the current values in this builderstatic Metadata
MetadataBuilder.Metadata
(String id, Long version, Instant creationTime, Set<Metadata.MigrationRun> entityTypeMigrationRuns) Static constructor/builder.default Metadata
MetadataBuilder.With.with
(Consumer<MetadataBuilder> consumer) Return a new record built from the builder passed to the given consumerdefault Metadata
MetadataBuilder.With.withCreationTime
(Instant creationTime) Return a new instance ofMetadata
with a new value forcreationTime
default Metadata
MetadataBuilder.With.withEntityTypeMigrationRuns
(Set<Metadata.MigrationRun> entityTypeMigrationRuns) Return a new instance ofMetadata
with a new value forentityTypeMigrationRuns
default Metadata
Return a new instance ofMetadata
with a new value forid
default Metadata
MetadataBuilder.With.withVersion
(Long version) Return a new instance ofMetadata
with a new value forversion
Modifier and TypeMethodDescriptionstatic MetadataBuilder
Return a new builder with all fields set to the values taken from the given record instancestatic MetadataBuilder.With
Return a "with"er for an existing record instanceReturn a stream of the record components as map entries keyed with the component name and the value as the component value -
Uses of Metadata in cloud.quinimbus.persistence.api.storage
-
Uses of Metadata in cloud.quinimbus.persistence.common.storage
-
Uses of Metadata in cloud.quinimbus.persistence.storage.mongo