Querydsl Support

  • `LdapAnnotationProcessor`是一个注释处理器,用于基于 Spring LDAP ODM 注释生成 Querydsl 类。请参阅 Object-Directory Mapping 了解更多有关 ODM 注释的信息。

  • An Annotation Processor, LdapAnnotationProcessor, for generating Querydsl classes based on Spring LDAP ODM annotations. See Object-Directory Mapping for more information on the ODM annotations.

  • Query 实现 QueryDslLdapQuery,用于构建和运行代码中的 Querydsl 查询。

  • A Query implementation, QueryDslLdapQuery, for building and running Querydsl queries in code.

  • Querydsl 谓词的 Spring Data 储存库支持。QueryDslPredicateExecutor 包括大量具有适当参数的其他方法。您可扩展此界面(以及 LdapRepository),以在您的储存库中包含此支持。

  • Spring Data repository support for Querydsl predicates. QueryDslPredicateExecutor includes a number of additional methods with appropriate parameters. You can extend this interface (along with LdapRepository) to include this support in your repository.