Uses of Record Class
cloud.quinimbus.persistence.api.schema.Metadata.MigrationRun
-
Uses of Metadata.MigrationRun in cloud.quinimbus.persistence.api.schema
Modifier and TypeMethodDescriptionMetadata.entityTypeMigrationRuns()
Returns the value of theentityTypeMigrationRuns
record component.MetadataBuilder.entityTypeMigrationRuns()
Return the current value for theentityTypeMigrationRuns
record component in the builderMetadataBuilder.With.entityTypeMigrationRuns()
Return the current value for theentityTypeMigrationRuns
record component in the builderModifier and TypeMethodDescriptionMetadataBuilder.addEntityTypeMigrationRuns
(Metadata.MigrationRun i) Add to the internally allocatedHashSet
forentityTypeMigrationRuns
Modifier and TypeMethodDescriptionMetadataBuilder.addEntityTypeMigrationRuns
(Iterable<? extends Metadata.MigrationRun> i) Add to the internally allocatedHashSet
forentityTypeMigrationRuns
MetadataBuilder.addEntityTypeMigrationRuns
(Stream<? extends Metadata.MigrationRun> i) Add to the internally allocatedHashSet
forentityTypeMigrationRuns
MetadataBuilder.entityTypeMigrationRuns
(Collection<? extends Metadata.MigrationRun> entityTypeMigrationRuns) Re-create the internally allocatedSet<Metadata.MigrationRun>
forentityTypeMigrationRuns
by copying the argumentstatic Metadata
MetadataBuilder.Metadata
(String id, Long version, Instant creationTime, Set<Metadata.MigrationRun> entityTypeMigrationRuns) Static constructor/builder.default Metadata
MetadataBuilder.With.withEntityTypeMigrationRuns
(Set<Metadata.MigrationRun> entityTypeMigrationRuns) Return a new instance ofMetadata
with a new value forentityTypeMigrationRuns