Uses of Class
cloud.quinimbus.persistence.api.schema.MetadataBuilder
Packages that use MetadataBuilder
-
Uses of MetadataBuilder in cloud.quinimbus.persistence.api.schema
Methods in cloud.quinimbus.persistence.api.schema that return MetadataBuilderModifier and TypeMethodDescriptionMetadataBuilder.addEntityTypeMigrationRuns(Metadata.MigrationRun i) Add to the internally allocatedHashSetforentityTypeMigrationRunsMetadataBuilder.addEntityTypeMigrationRuns(Iterable<? extends Metadata.MigrationRun> i) Add to the internally allocatedHashSetforentityTypeMigrationRunsMetadataBuilder.addEntityTypeMigrationRuns(Stream<? extends Metadata.MigrationRun> i) Add to the internally allocatedHashSetforentityTypeMigrationRunsstatic MetadataBuilderMetadataBuilder.builder()Return a new builder with all fields set to default Java valuesstatic MetadataBuilderReturn a new builder with all fields set to the values taken from the given record instanceMetadataBuilder.creationTime(Instant creationTime) Set a new value for thecreationTimerecord component in the builderMetadataBuilder.entityTypeMigrationRuns(Collection<? extends Metadata.MigrationRun> entityTypeMigrationRuns) Re-create the internally allocatedSet<Metadata.MigrationRun>forentityTypeMigrationRunsby copying the argumentSet a new value for theidrecord component in the builderSet a new value for theversionrecord component in the builderdefault MetadataBuilderMetadataBuilder.With.with()Return a new record builder using the current valuesMethod parameters in cloud.quinimbus.persistence.api.schema with type arguments of type MetadataBuilderModifier and TypeMethodDescriptiondefault MetadataMetadataBuilder.With.with(Consumer<MetadataBuilder> consumer) Return a new record built from the builder passed to the given consumer