start

protected static ProjectionTransaction<I, S, B> start<I, S extends EntityState, B extends ValidatingBuilder<S>>(Projection<I, S, B> projection)

Creates a new transaction for a given projection.

Return

the new transaction instance

Parameters

projection

the Projection instance to start the transaction for.