Uses of Record Class
cloud.quinimbus.persistence.api.schema.Metadata
Packages that use Metadata
Package
Description
-
Uses of Metadata in cloud.quinimbus.persistence.api.schema
Methods in cloud.quinimbus.persistence.api.schema that return MetadataModifier and TypeMethodDescriptionMetadataBuilder.build()Return a new record instance with all fields set to the current values in this builderstatic MetadataMetadataBuilder.Metadata(String id, Long version, Instant creationTime, Set<Metadata.MigrationRun> entityTypeMigrationRuns) Static constructor/builder.default MetadataMetadataBuilder.With.with(Consumer<MetadataBuilder> consumer) Return a new record built from the builder passed to the given consumerdefault MetadataMetadataBuilder.With.withCreationTime(Instant creationTime) Return a new instance ofMetadatawith a new value forcreationTimedefault MetadataMetadataBuilder.With.withEntityTypeMigrationRuns(Set<Metadata.MigrationRun> entityTypeMigrationRuns) Return a new instance ofMetadatawith a new value forentityTypeMigrationRunsdefault MetadataReturn a new instance ofMetadatawith a new value foriddefault MetadataMetadataBuilder.With.withVersion(Long version) Return a new instance ofMetadatawith a new value forversionMethods in cloud.quinimbus.persistence.api.schema with parameters of type MetadataModifier and TypeMethodDescriptionstatic MetadataBuilderReturn a new builder with all fields set to the values taken from the given record instancestatic MetadataBuilder.WithReturn 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
Methods in cloud.quinimbus.persistence.api.storage that return Metadata -
Uses of Metadata in cloud.quinimbus.persistence.common.storage
Methods in cloud.quinimbus.persistence.common.storage that return Metadata -
Uses of Metadata in cloud.quinimbus.persistence.storage.mongo
Methods in cloud.quinimbus.persistence.storage.mongo that return Metadata