B C G H M O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- build() - Method in interface com.speedment.runtime.bulk.BulkOperation.Builder
-
Creates and returns a new immutable BulkOperation comprising all the steps defined by the Builder.
- builder() - Static method in interface com.speedment.runtime.bulk.BulkOperation
- BulkOperation - Interface in com.speedment.runtime.bulk
- BulkOperation.Builder - Interface in com.speedment.runtime.bulk
- BulkOperation.Builder.HasSet<ENTITY,B> - Interface in com.speedment.runtime.bulk
- BulkOperation.Builder.HasValues<ENTITY,B> - Interface in com.speedment.runtime.bulk
- BulkOperation.Builder.HasWhere<ENTITY,B> - Interface in com.speedment.runtime.bulk
- BulkOperation.Builder.Persist<ENTITY> - Interface in com.speedment.runtime.bulk
- BulkOperation.Builder.Remove<ENTITY> - Interface in com.speedment.runtime.bulk
- BulkOperation.Builder.Update<ENTITY> - Interface in com.speedment.runtime.bulk
C
- com.speedment.runtime.bulk - module com.speedment.runtime.bulk
- com.speedment.runtime.bulk - package com.speedment.runtime.bulk
-
Bulk exposes interfaces to handle bulk modification operations on a data source such as a relational database.
- com.speedment.runtime.bulk.trait - package com.speedment.runtime.bulk.trait
-
The bulk trait package exposes shared interfaces for bulk modification operations on a data source such as a relational database.
- compute(Function<? super ENTITY, ? extends ENTITY>) - Method in interface com.speedment.runtime.bulk.BulkOperation.Builder.HasSet
-
Specifies an entity mapper for the operation whereby the mapper will mutate the entity in some way when applied.
- consumers() - Method in interface com.speedment.runtime.bulk.trait.HasConsumers
G
- generatorSuppliers() - Method in interface com.speedment.runtime.bulk.trait.HasGeneratorSuppliers
H
- HasConsumers<ENTITY> - Interface in com.speedment.runtime.bulk.trait
- HasGeneratorSuppliers<ENTITY> - Interface in com.speedment.runtime.bulk.trait
- HasMappers<ENTITY> - Interface in com.speedment.runtime.bulk.trait
- HasPredicates<ENTITY> - Interface in com.speedment.runtime.bulk.trait
M
- manager() - Method in interface com.speedment.runtime.bulk.Operation
-
Returns the Manager for this Operation.
- mappers() - Method in interface com.speedment.runtime.bulk.trait.HasMappers
O
- Operation<ENTITY> - Interface in com.speedment.runtime.bulk
- Operation.Type - Enum in com.speedment.runtime.bulk
- operations() - Method in interface com.speedment.runtime.bulk.BulkOperation
P
- persist(Manager<ENTITY>) - Method in interface com.speedment.runtime.bulk.BulkOperation.Builder
-
Creates and returns a new Persist builder that can be used to build a Persist Operation.
- PERSIST - com.speedment.runtime.bulk.Operation.Type
- PersistOperation<ENTITY> - Interface in com.speedment.runtime.bulk
- predicates() - Method in interface com.speedment.runtime.bulk.trait.HasPredicates
R
- remove(Manager<ENTITY>) - Method in interface com.speedment.runtime.bulk.BulkOperation.Builder
-
Creates and returns a new Remove builder that can be used to build a Remove Operation.
- REMOVE - com.speedment.runtime.bulk.Operation.Type
- RemoveOperation<ENTITY> - Interface in com.speedment.runtime.bulk
S
- set(Consumer<? super ENTITY>) - Method in interface com.speedment.runtime.bulk.BulkOperation.Builder.HasSet
-
Specifies an entity consumer for the operation whereby the consumer will mutate the entity in some way when applied.
T
U
- update(Manager<ENTITY>) - Method in interface com.speedment.runtime.bulk.BulkOperation.Builder
-
Creates and returns a new Update builder that can be used to build an Update Operation.
- UPDATE - com.speedment.runtime.bulk.Operation.Type
- UpdateOperation<ENTITY> - Interface in com.speedment.runtime.bulk
V
- valueOf(String) - Static method in enum com.speedment.runtime.bulk.Operation.Type
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.speedment.runtime.bulk.Operation.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values(Supplier<Stream<? extends ENTITY>>) - Method in interface com.speedment.runtime.bulk.BulkOperation.Builder.HasValues
-
Specifies a Supplier of a Stream, whereby the stream's elements will be persisted using the given manager.
W
- where(Predicate<ENTITY>) - Method in interface com.speedment.runtime.bulk.BulkOperation.Builder.HasWhere
-
Specifies for what entities the operation should be carried out.
All Classes All Packages