Uses of Class
cloud.quinimbus.persistence.api.schema.SchemaBuilder
Packages that use SchemaBuilder
-
Uses of SchemaBuilder in cloud.quinimbus.persistence.api.schema
Methods in cloud.quinimbus.persistence.api.schema that return SchemaBuilderModifier and TypeMethodDescriptionSchemaBuilder.addEntityTypes(Iterable<? extends Map.Entry<? extends String, ? extends EntityType>> i) Add to the internally allocatedHashMapforentityTypesSchemaBuilder.addEntityTypes(String key, EntityType value) Add to the internally allocatedHashMapforentityTypesSchemaBuilder.addEntityTypes(Stream<? extends Map.Entry<? extends String, ? extends EntityType>> i) Add to the internally allocatedHashMapforentityTypesstatic SchemaBuilderSchemaBuilder.builder()Return a new builder with all fields set to default Java valuesstatic SchemaBuilderReturn a new builder with all fields set to the values taken from the given record instanceSchemaBuilder.entityTypes(Map<? extends String, ? extends EntityType> entityTypes) Re-create the internally allocatedMap<String, EntityType>forentityTypesby copying the argumentSet a new value for theidrecord component in the builderSet a new value for theversionrecord component in the builderdefault SchemaBuilderSchemaBuilder.With.with()Return a new record builder using the current valuesMethod parameters in cloud.quinimbus.persistence.api.schema with type arguments of type SchemaBuilderModifier and TypeMethodDescriptiondefault SchemaSchemaBuilder.With.with(Consumer<SchemaBuilder> consumer) Return a new record built from the builder passed to the given consumer