form-sql-builder-mysql

As a programmer did you have the experience that when you comes to implement a search page you can only transform the search form into sql manually? If your project have 20 search page like that then you have to write 20 times to implement the sql query. It’s boring and anxious. form-sql-builder-mysql is designed for ease the burden for you. It can help you to transform search or list form sent from browser into query sql automatically.

License

License

Categories

Categories

MySQL Data Databases ORM
GroupId

GroupId

org.crazycake
ArtifactId

ArtifactId

form-sql-builder-mysql
Last Version

Last Version

1.0.0-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

form-sql-builder-mysql
As a programmer did you have the experience that when you comes to implement a search page you can only transform the search form into sql manually? If your project have 20 search page like that then you have to write 20 times to implement the sql query. It’s boring and anxious. form-sql-builder-mysql is designed for ease the burden for you. It can help you to transform search or list form sent from browser into query sql automatically.

Download form-sql-builder-mysql

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
javax.persistence : persistence-api jar 1.0
org.slf4j : slf4j-api jar 1.7.2
org.codehaus.jackson : jackson-mapper-asl jar 1.9.3
org.crazycake : camel-name-utils jar 1.0.0-RELEASE

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0-RELEASE