Querydsl - APT support

APT based Source code generation for Querydsl

Лицензия

Лицензия

Категории

Категории

Querydsl Данные Базы данных
Группа

Группа

com.mysema.querydsl
Идентификатор

Идентификатор

querydsl-apt
Последняя версия

Последняя версия

3.7.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

Querydsl - APT support
APT based Source code generation for Querydsl
Ссылка на сайт

Ссылка на сайт

http://www.querydsl.com
Организация-разработчик

Организация-разработчик

Querydsl
Система контроля версий

Система контроля версий

http://github.com/querydsl/querydsl

Скачать querydsl-apt

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.mysema.querydsl/querydsl-apt/ -->
<dependency>
    <groupId>com.mysema.querydsl</groupId>
    <artifactId>querydsl-apt</artifactId>
    <version>3.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.mysema.querydsl/querydsl-apt/
implementation 'com.mysema.querydsl:querydsl-apt:3.7.4'
// https://jarcasting.com/artifacts/com.mysema.querydsl/querydsl-apt/
implementation ("com.mysema.querydsl:querydsl-apt:3.7.4")
'com.mysema.querydsl:querydsl-apt:jar:3.7.4'
<dependency org="com.mysema.querydsl" name="querydsl-apt" rev="3.7.4">
  <artifact name="querydsl-apt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mysema.querydsl', module='querydsl-apt', version='3.7.4')
)
libraryDependencies += "com.mysema.querydsl" % "querydsl-apt" % "3.7.4"
[com.mysema.querydsl/querydsl-apt "3.7.4"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.mysema.querydsl : querydsl-codegen jar 3.7.4

provided (4)

Идентификатор библиотеки Тип Версия
javax.jdo : jdo2-api jar 2.3-eb
org.hibernate.javax.persistence : hibernate-jpa-2.0-api jar 1.0.0.Final
org.springframework.roo : org.springframework.roo.annotations jar 1.2.3.RELEASE
org.mongodb.morphia : morphia jar 0.105

test (9)

Идентификатор библиотеки Тип Версия
joda-time : joda-time jar 1.6
org.hibernate : hibernate-core jar 4.2.0.Final
org.hibernate : hibernate-envers jar 4.2.0.Final
com.mysema.querydsl : querydsl-core test-jar 3.7.4
org.joda : joda-money jar 0.9
org.eclipse.jdt.core.compiler : ecj jar 3.7.1
junit : junit jar 4.8.1
org.easymock : easymock jar 3.0
org.reflections : reflections jar 0.9.9

Модули Проекта

Данный проект не имеет модулей.

Querydsl

Querydsl is a framework which enables the construction of type-safe SQL-like queries for multiple backends including JPA, MongoDB and SQL in Java.

Instead of writing queries as inline strings or externalizing them into XML files they are constructed via a fluent API.

Website shields.io Build Status Coverage Status Stackoverflow Maven Central

Getting started

Use these tutorials to get started

Examples

Querydsl example projects

Support

Free support is provided in the Querydsl Google Group and on StackOverflow.

How to build

Querydsl provides releases via public Maven repositories, but you can also build the sources yourself like this

$ mvn -Pquickbuild,{projectname} clean install

Where projectname is one of the Maven profiles (e.g. jpa, sql, mongodb, etc. or all)

For more information visit the project homepage at http://www.querydsl.com/.

Vagrant/Puppet setup

For running tests, a Vagrant/Puppet setup is provided. It is based on Ubuntu 12.04 and comes with the following databases:

  • Oracle Express Edition 11g
  • PostgreSQL 9.1.10
  • MySQL 5.5.34
  • Cubrid 9.2

You will need to install VirtualBox, Puppet, Vagrant, the vagrant-vbguest plugin and librarian-puppet. You will also need to download the Oracle XE 11g installer file (oracle-xe-11.2.0-1.0.x86_64.rpm.zip) manually and place it in the devops directory.

To launch the virtual machine:

$ cd devops
$ librarian-puppet install
$ vagrant up

All of the databases' default ports are forwarded to the host machine. See the Vagrantfile for details.

How to contribute

GitHub pull requests are the way to contribute to Querydsl.

If you are unsure about the details of a contribution, ask on the Querydsl Google Group or create a ticket on GitHub.

com.mysema.querydsl

Querydsl

Версии библиотеки

Версия
3.7.4
3.7.3
3.7.2
3.7.1
3.7.0
3.6.9
3.6.8
3.6.7
3.6.6
3.6.5
3.6.4
3.6.3
3.6.2
3.6.1
3.6.0
3.5.1
3.5.0
3.4.3
3.4.2
3.4.1
3.4.0
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.3.0.BETA2
3.3.0.BETA1
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.1
3.1.0
3.0.0
3.0.0.BETA2
3.0.0.BETA1
2.9.0.FIXED
2.9.0
2.8.2
2.8.1
2.8.0
2.7.3
2.7.2
2.7.1
2.7.0
2.6.0
2.5.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.2.0.beta5
2.2.0-beta4
2.2.0-beta3
2.2.0-beta2
2.2.0-beta1
2.1.2
2.1.1
2.1.0
2.1.0-beta3
2.1.0-beta2
2.1.0-beta1
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-beta-2
2.0.0-beta-1
2.0.0-alpha-2
2.0.0-alpha-1
1.9.7
1.9.6
1.9.5
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.8.6
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.9
1.7.8
1.7.7
1.7.6
1.7.5
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.9
1.6.8
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.0
1.3.16
1.3.15
1.3.14
1.3.13
1.3.12
1.3.11
1.3.10
1.3.9
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.10
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.13
0.7.12
0.7.11
0.7.10
0.7.9
0.7.8
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.11
0.6.10
0.6.9
0.6.8
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.11
0.5.10
0.5.9
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
0.5.2
0.5.1
0.5.0
0.4.7
0.4.6
0.4.4
0.4.0
0.3.1
0.3.0
0.2.9
0.2.8
0.2.7
0.2.6