クラス QuerydslRepositoryInvokerAdapter

java.lang.ObjectSE
org.springframework.data.querydsl.QuerydslRepositoryInvokerAdapter
実装されたすべてのインターフェース:
RepositoryInvocationInformationRepositoryInvoker

public class QuerydslRepositoryInvokerAdapter extends ObjectSE implements RepositoryInvoker
findAll(…) のすべてのフレーバーに対して実行される QuerydslPredicateExecutor および Predicate を認識する RepositoryInvoker。他のすべてのコールは、設定されたデリゲートに転送されます。
作成者:
Oliver Gierke