fenix

This is an extension library to the Spring Data JPA complex or dynamic SQL query. 这是一个为了解决复杂动态 SQL (JPQL) 而生的 Spring Data JPA 扩展库,能辅助开发者更方便快捷的书写复杂、动态且易于维护的 SQL,支持 ActiveRecord 模式和多种查询方式。

License

License

GroupId

GroupId

com.blinkfox
ArtifactId

ArtifactId

fenix
Last Version

Last Version

2.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

fenix
This is an extension library to the Spring Data JPA complex or dynamic SQL query. 这是一个为了解决复杂动态 SQL (JPQL) 而生的 Spring Data JPA 扩展库,能辅助开发者更方便快捷的书写复杂、动态且易于维护的 SQL,支持 ActiveRecord 模式和多种查询方式。
Project URL

Project URL

https://github.com/blinkfox/fenix
Source Code Management

Source Code Management

https://github.com/blinkfox/fenix

Download fenix

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
org.springframework.data : spring-data-jpa Optional jar 2.6.3
org.hibernate : hibernate-core Optional jar 5.6.7.Final
org.slf4j : slf4j-simple Optional jar 1.7.36
org.projectlombok : lombok Optional jar 1.18.22
org.dom4j : dom4j jar 2.1.3
org.javassist : javassist jar 3.28.0-GA
org.mvel : mvel2 jar 2.4.14.Final
jaxen : jaxen jar 1.2.0

test (5)

Group / Artifact Type Version
junit : junit jar 4.13.2
org.springframework : spring-test jar 5.3.17
org.hsqldb : hsqldb jar 2.5.1
com.alibaba : fastjson jar 1.2.80
com.blinkfox : stalker jar 1.2.3

Project Modules

There are no modules declared in this project.

Versions

Version
2.7.0
2.6.1
2.6.0
2.5.0
2.4.2
2.4.1
2.4.0
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.0
2.1.0
2.0.0
1.1.1
1.1.0
1.0.1
1.0.0