Class CreationOperationResolver<R>

  • Type Parameters:
    R - the type of the result of the expression
    All Implemented Interfaces:
    Resolver<R,​CreationOperationExpression<R>>

    public class CreationOperationResolver<R>
    extends AbstractResolver<R,​CreationOperationExpression<R>>
    A resolver, which takes expressions of creation operations (operations with no input parameters and one result) and resolves them to the respective results.