English 中文(简体)
Can 我使用Querydsl设定习俗背后执行?
原标题:Can I create a custom backend implementation using Querydsl?
  • 时间:2011-05-16 12:36:39
  •  标签:
  • querydsl

我们在本组织内有一个内部后端搜索引擎,我想使用像Querydsl这样的工具,以安全的方式提出询问。 现在看来,像Querydsl项目一样,它提供了一些背后的执行(TUL、MongoDB等),因此,我认为必须灵活地建设自己。

Anyone had any success in doing this?

问题回答

I work for the company behind Querydsl and one of my first tasks here was to implement Querydsl support for Lucene. I got a working query serialization done in about a week and most of that time was spent on understanding Lucene. So yes I would say it is pretty easy to extend Querydsl.

我建议对Querydsl MongoDB进行考察。 这是我们最新的单元,它包含着非常需要了解的一切,也很容易掌握,因为它有10个班级。

我们经常巡逻Stack Overflow,但我们也有论坛:。 这可能有利于你们。





相关问题
I wonder why queries are duplicated when using jpa querydsl

When loading posts from the posts list, 1 query to find posts that meet the conditions, 1 count query for paging, and 1 query to count comment notifications(Notification function works through ...

QueryDSL 坏克法

我对春博特+金塔瓦利卡塔基斯纳塔基斯加基斯群岛的基本处理有问题。

Maven build problems with spring-data-jpa and querydsl

I ve got an Eclipse Maven project for spring-data-jpa and QueryDsl. I seem to have a problem with the maven-apt-plugin where if I do a mvn clean followed by a mvn install, it tries to "process" files ...

JPQL / QueryDSL: join subquery and get aliased column

I m trying to get an average for a count on a groupBy by joining with a subquery. Don t know if that the right way to go at all but I couldn t anything about subqueries other than the mysema doc. ...

Find on different properties on multi subclass

I have 3 entities Agent, Person and Machine abstract Agent Long id Person extends Agent String firstName String lastName Machine extends Agent String label I searched for a solution to ...

Generating JPA2 Metamodel from a Gradle build script

I m trying to set up a Gradle build script for a new project. That project will use JPA 2 along with Querydsl. On the following page of Querydsl s reference documentation, they explain how to set up ...

Can 我使用Querydsl设定习俗背后执行?

我们在本组织内有一个内部后端搜索引擎,我想使用像Querydsl这样的工具,以安全的方式提出询问。 如今,似乎像Querydsl项目一样有......。

热门标签