Expression Specification For Spring Data JPA

Implementation of Spring Data JPA Specification based on QueryDecoder project.

Лицензия

Лицензия

GNU General Public License v3.0
Категории

Категории

Данные
Группа

Группа

com.github.paulosalonso
Идентификатор

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

expression-specification-for-spring-data-jpa
Последняя версия

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Expression Specification For Spring Data JPA
Implementation of Spring Data JPA Specification based on QueryDecoder project.
Ссылка на сайт

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

https://github.com/paulosalonso/expression-specification-for-spring-data-jpa
Система контроля версий

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

https://github.com/paulosalonso/expression-specification-for-spring-data-jpa.git

Скачать expression-specification-for-spring-data-jpa

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

<!-- https://jarcasting.com/artifacts/com.github.paulosalonso/expression-specification-for-spring-data-jpa/ -->
<dependency>
    <groupId>com.github.paulosalonso</groupId>
    <artifactId>expression-specification-for-spring-data-jpa</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paulosalonso/expression-specification-for-spring-data-jpa/
implementation 'com.github.paulosalonso:expression-specification-for-spring-data-jpa:1.0.0'
// https://jarcasting.com/artifacts/com.github.paulosalonso/expression-specification-for-spring-data-jpa/
implementation ("com.github.paulosalonso:expression-specification-for-spring-data-jpa:1.0.0")
'com.github.paulosalonso:expression-specification-for-spring-data-jpa:jar:1.0.0'
<dependency org="com.github.paulosalonso" name="expression-specification-for-spring-data-jpa" rev="1.0.0">
  <artifact name="expression-specification-for-spring-data-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paulosalonso', module='expression-specification-for-spring-data-jpa', version='1.0.0')
)
libraryDependencies += "com.github.paulosalonso" % "expression-specification-for-spring-data-jpa" % "1.0.0"
[com.github.paulosalonso/expression-specification-for-spring-data-jpa "1.0.0"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.springframework.data : spring-data-jpa jar
javax.persistence : javax.persistence-api jar 2.2
com.github.paulosalonso : querydecoder jar 2.0.0

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

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

Expression Specification for Spring Data JPA

Implementation of Spring Data JPA Specification based on QueryDecoder project.

Usage example

In this example, the repository returns all persons where name contains "Paulo".

Specification<Person> spec = ExpressionSpecification.of("name[CT]:Paulo");

personRepository.findAll(spec);

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

Версия
1.0.0