Uses of Record Class
cloud.quinimbus.persistence.api.schema.Metadata.MigrationRun
Packages that use Metadata.MigrationRun
-
Uses of Metadata.MigrationRun in cloud.quinimbus.persistence.api.schema
Methods in cloud.quinimbus.persistence.api.schema that return types with arguments of type Metadata.MigrationRunModifier and TypeMethodDescriptionMetadata.entityTypeMigrationRuns()Returns the value of theentityTypeMigrationRunsrecord component.MetadataBuilder.entityTypeMigrationRuns()Return the current value for theentityTypeMigrationRunsrecord component in the builderMetadataBuilder.With.entityTypeMigrationRuns()Return the current value for theentityTypeMigrationRunsrecord component in the builderMethods in cloud.quinimbus.persistence.api.schema with parameters of type Metadata.MigrationRunModifier and TypeMethodDescriptionMetadataBuilder.addEntityTypeMigrationRuns(Metadata.MigrationRun i) Add to the internally allocatedHashSetforentityTypeMigrationRunsMethod parameters in cloud.quinimbus.persistence.api.schema with type arguments of type Metadata.MigrationRunModifier and TypeMethodDescriptionMetadataBuilder.addEntityTypeMigrationRuns(Iterable<? extends Metadata.MigrationRun> i) Add to the internally allocatedHashSetforentityTypeMigrationRunsMetadataBuilder.addEntityTypeMigrationRuns(Stream<? extends Metadata.MigrationRun> i) Add to the internally allocatedHashSetforentityTypeMigrationRunsMetadataBuilder.entityTypeMigrationRuns(Collection<? extends Metadata.MigrationRun> entityTypeMigrationRuns) Re-create the internally allocatedSet<Metadata.MigrationRun>forentityTypeMigrationRunsby copying the argumentstatic MetadataMetadataBuilder.Metadata(String id, Long version, Instant creationTime, Set<Metadata.MigrationRun> entityTypeMigrationRuns) Static constructor/builder.default MetadataMetadataBuilder.With.withEntityTypeMigrationRuns(Set<Metadata.MigrationRun> entityTypeMigrationRuns) Return a new instance ofMetadatawith a new value forentityTypeMigrationRunsConstructor parameters in cloud.quinimbus.persistence.api.schema with type arguments of type Metadata.MigrationRun