Skip to content

Spring Data 2.0 uses Optional<T> findOne #13

@marceloverdijk

Description

@marceloverdijk

The EntityGraphQuerydslPredicateExecutor currently uses the following signature:

T findOne(Predicate predicate, EntityGraph entityGraph);

In Spring Data 2.0 the {{QuerydslPredicateExecutor}} is changed to:

Optional<T> findOne(Predicate var1);

I think this library should upgrade to the Optional<T> as well for findOne.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions