Querydsl - SQL support

SQL support for Querydsl

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

3.7.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

Querydsl - SQL support
SQL support for Querydsl
Организация-разработчик

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

Querydsl

Скачать querydsl-sql

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

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

Зависимости

compile (12)

Идентификатор библиотеки Тип Версия
com.mysema.querydsl : querydsl-core jar 3.7.4
com.mysema.querydsl : querydsl-spatial Необязательный jar 3.7.4
com.vividsolutions : jts Необязательный jar 1.10
joda-time : joda-time jar 1.6
javax.validation : validation-api jar 1.1.0.Final
org.slf4j : slf4j-api jar 1.6.1
org.apache.servicemix.bundles : org.apache.servicemix.bundles.javax-inject jar 1_2
org.postgis : postgis-jdbc Необязательный jar 1.3.3
com.oracle » ojdbc6 Необязательный jar 11.1.0.7.0
oracle » sdoapi Необязательный jar 11.2.0
com.infradna.tool : bridge-method-annotation jar 1.13
org.jvnet.hudson : annotation-indexer Необязательный jar 1.2

provided (1)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-log4j12 jar 1.6.1

test (16)

Идентификатор библиотеки Тип Версия
cglib : cglib jar 2.2.2
org.hsqldb : hsqldb jar 2.3.2
org.apache.derby : derby jar 10.11.1.1
mysql : mysql-connector-java jar 5.1.30
org.postgresql : postgresql jar 9.4-1200-jdbc41
net.sourceforge.jtds : jtds jar 1.3.1
com.h2database : h2 jar 1.4.186
org.opengeo » geodb jar 0.7
cubrid » cubrid-jdbc jar 9.3.1.0005
org.firebirdsql.jdbc : jaybird-jdk16 jar 2.2.5
org.xerial : sqlite-jdbc jar 3.7.2
com.mysema.querydsl : querydsl-core test-jar 3.7.4
jdepend : jdepend jar 2.9.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.8
0.2.7
0.2.6